-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Gettings this in every csv try - got an unexpected keyword argument 'error_bad_lines' #99
Comments
The fix seems to be to rollback pandas to a previous version. This thread mentions pinning to 1.4.0. |
I fixed this error locally but then hit another pandas-api-has-changed error:
The datasette intro and getting started docs suggest using csvs-to-sqlite via I'm more than happy to have a try at making csvs-to-sqlite support both old and new pandas (how hard can it be :) ) but is there a plan to move away from old pandas or is the idea to stick with 1.4? |
Just in case - python 3.9 and pinning pandas and numpy versions pin helped:
|
@kshychko thanks, that worked, but I had to specify python 3.10 |
The text was updated successfully, but these errors were encountered: