yhat / pandasql

sqldf for pandas
MIT License
1.31k stars 184 forks source link

Operational Error: Too many SQL Variables #72

Open larun1616 opened 5 years ago

larun1616 commented 5 years ago

I get the error "OperationalError: (sqlite3.OperationalError) too many SQL variables" even if I use a single column in SQL like sqldf("Select colA from df1"). I am unable to comprehend. Please help. THanks.

roominy commented 5 years ago

what you pandas version? try updating it this may fix the problem.