Open LuighiV opened 1 year ago
@simonw it would be great to get this pulled in.
If you need to work with csvs-to-sqlite
before this PR gets merged
pip install --force-reinstall "pandas~=1.0"
@simonw Anything more you need before merging this request?
@LuighiV You should try a pull request with the csvs-update-sqlite
repo: https://github.com/dkaoster/csvs-update-sqlite. It is updated more often. Selfishly, I would like to see your pull request incorporated in that repo because I've switched to using csvs-update-sqlite
!
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 https://github.com/simonw/csvs-to-sqlite/issues/88 closes https://github.com/simonw/csvs-to-sqlite/issues/93