You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, csvs-to-sqlite suggests to use low_memory=False, but there is no way to use such option from the command line, and it is not mentioned in the documentation.
/home/user/.local/pipx/venvs/csvs-to-sqlite/lib/python3.8/site-packages/csvs_to_sqlite/utils.py:38: DtypeWarning: Columns (14) have mixed types. Specify dtype option on import or set low_memory=False.
return pd.read_csv(
Hi,
csvs-to-sqlite
suggests to uselow_memory=False
, but there is no way to use such option from the command line, and it is not mentioned in the documentation.csvs-to-sqlite/csvs_to_sqlite/utils.py
Line 43 in a8a37a0
The text was updated successfully, but these errors were encountered: