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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: