Find answers from the community

Updated 3 months ago

Hi , I am using pandasquery engine .

Hi , I am using pandasquery engine . Same code in same env is forming different queries in notebook vs python script execution . Notebook's query is correct but in production we have to use python script . Any pointers or help is appreciated pls .
P
W
3 comments
I see 1 bug also around it but it is still open .. please suggest . https://github.com/run-llama/llama_index/issues/14897
Are you using the same instructions and same llm?
yeah .. i figured out .. changing df.head() to df.head(1) in python script works but when u pass df.head(5).. for tables with more columns , it is not able to parse properly via python script
Add a reply
Sign up and join the conversation on Discord