simonw / csvs-to-sqlite

Convert CSV files into a SQLite database
Apache License 2.0
878 stars 69 forks source link

Adjust for latest pandas #63

Closed jonringer closed 4 years ago

jonringer commented 4 years ago

1.0.0, and you don't take dependency on anything that changed.

============================= test session starts ==============================
platform linux -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
rootdir: /build/source
collected 19 items

tests/test_csvs_to_sqlite.py ...............                             [ 78%]
tests/test_utils.py ....                                                 [100%]

============================== 19 passed in 3.80s ==============================
jonringer commented 4 years ago

closing due to inactivity