-
-
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
Replace deprecated argument error_bad_lines
and method iteritems()
for pandas
#92
base: main
Are you sure you want to change the base?
Conversation
With new pandas version 2.0.0, the argument was removed, retrieving an error. Reference: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes
With new pandas version 2.0.0, the attribute was removed, retrieving an error. Reference: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes
error_bad_lines
for pandas error_bad_lines
and method iteritems()
for pandas
Until this PR simonw/csvs-to-sqlite#92 is merged
@simonw it would be great to get this pulled in. |
If you need to work with
|
@simonw Anything more you need before merging this request? |
@LuighiV You should try a pull request with the |
OK, let's fix this! |
With new pandas version 2.0.0, the argument and method were removed, retrieving an error.
Reference: https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes
closes #88
closes #93