write pandas query using pandas-ai

51 Views Asked by At

Using pandas-ai, is it possible to ask it to write the pandas query? I'm not interested in running the prompt, I'm interested in seeing the panda query it writes.

For example, if I ask it - select the last two columns of data, it should output df.iloc[:,-2:]

0

There are 0 best solutions below

Related Questions in PANDAS-AI