Add support for treating multiple space separators as one separator #185
jschueller
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
hi,
I noticed unlike numpy, rapidcsv doesnt treat multiple space separators as an unique separator
switching to rapidcsv for my new parser I had to patch it as follows to keep the previous behavior:
do you think it could be a new option ?
All reactions