Skip to main content

Module csv

Module csv 

Source

Functionsยง

read_csv
sniff_delimiter
Inspect the first line of sample (up to 4 KiB) and return the most frequent delimiter among ,, \t, |, ;. Ties are broken in that order (comma wins ties). Returns b',' for empty input.
write_csv