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
File "parsers.pyx", line 2061, in pandas._libs.parsers.raise_parser_error
pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 18, saw 5
The code which is responsible for producing such an error looks like this:
Right now, the following command:
Returns the following error:
The code which is responsible for producing such an error looks like this:
Depending on whether this functionality is deprecated or not, we can either fix it or clean this functionality up altogether.
The text was updated successfully, but these errors were encountered: