Skip to content
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

tab separator not recognized #78

Open
verajosemanuel opened this issue Mar 9, 2021 · 0 comments
Open

tab separator not recognized #78

verajosemanuel opened this issue Mar 9, 2021 · 0 comments

Comments

@verajosemanuel
Copy link

I use it inside a Docker container (datasette) but seems that tab separated files (tsv) are not properly processed.
All columns are reduced to one.


csvs-to-sqlite my-file.tsv my-file.db -s $'\t'

/usr/local/lib/python3.7/site-packages/csvs_to_sqlite/utils.py:46: ParserWarning: Falling back to the 'python' engine because the 'c' engine does not support regex separators (separators > 1 char and different from '\s+' are interpreted as regex); you can avoid this warning by specifying engine='python'.
  dtype=dtype,
/usr/local/lib/python3.7/site-packages/pandas/core/generic.py:2789: UserWarning: The spaces in these column names will not be changed. In pandas versions < 0.14, spaces were converted to underscores.
  method=method,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant