Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[perf-] Fallback to getattrdeep if len(row) < index
Comes up with e.g. errors.csv where there are extra newlines and fields in a subset of csv rows. Some rows will be shorter, and will result in an IndexError when getitemdeep tries to grab their value for a later column. Builds on c324fca
- Loading branch information