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 .
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