Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandasql (sqlite3.OperationalError) too many columns on df #79

Open
Ahrli opened this issue Oct 10, 2019 · 1 comment
Open

pandasql (sqlite3.OperationalError) too many columns on df #79

Ahrli opened this issue Oct 10, 2019 · 1 comment

Comments

@Ahrli
Copy link

Ahrli commented Oct 10, 2019

An error is reported when df exceeds 3000 fields

How to solve?

@zbrookle
Copy link

@Ahrli Part of the performance issue with this package is that it uses SqLite as a backend, which means that you're essentially not using one of the main benefits of pandas, which is in memory computation. As a solution to this problem, a few months back I created a package called dataframe_sql, which solves this problem by parsing the sql and translating it to native pandas operations. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants