Re: can dataframe API deal with subquery

2022-03-01 Thread Gourav Sengupta
Hi, why would you want to do that? Regards, Gourav On Sat, Feb 26, 2022 at 8:00 AM wrote: > such as this table definition: > > > desc people; > +---+---+--+ > | col_name | data_type | comment | >

can dataframe API deal with subquery

2022-02-26 Thread capitnfrakass
such as this table definition: desc people; +---+---+--+ | col_name | data_type | comment | +---+---+--+ | name | string| | | born | date