-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues reading ragged CSV files #2981
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
Comments
I just came across another case where because the input data is very ragged, it's surprisingly difficult even to get the data into a DataFrame for processing. Entirely independent of performance, it'd be nice to have a canonical way which Just Worked(tm) for this. |
And we're in business ("just works" now):
|
I think the fix may have unintended consequences:
Not sure if it's worth opening a separate issue or not. |
Thanks. I will have a look at the C code |
http://stackoverflow.com/questions/15242746/handling-variable-number-of-columns-with-pandas-python
The text was updated successfully, but these errors were encountered: