Open robinhur opened 3 years ago
+1 on this. I have a similar problem: Some inputs with ";" and some with "," and don't want to switch manually. Either allow setting a regex (,|;)
or an auto-detect option (both of which pandas.read_csv
has)
+1
Also, support for multiple formats of CSV
We use normal CSV's as well as pipe |
separated, so being able to have it recognise multiple formats would be great
I'm dealing with CSV files with a custom delimiter (I know "CSV" starts with "Comma", but) can we set a custom delimiter at the setting menu?