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

read_csv fails to import tables unless at least 3 semicolons #11

Open
miebach90 opened this issue Mar 20, 2020 · 0 comments
Open

read_csv fails to import tables unless at least 3 semicolons #11

miebach90 opened this issue Mar 20, 2020 · 0 comments

Comments

@miebach90
Copy link

When importing data using read_csv I came across a case where the reader completed but did not import any tables.
It turned out that this was caused by the empty lines splitting the tables. my csv file only had one ';' on the empty line where the reader seemed to be expecting 3. c.f. line 658 and 457 in startables.py

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