Skip to main content

Module csv

Module csv 

Source

Functionsยง

find_table_file
Find the data file for a table in a csvdb directory. Checks for .csv first, then .csv.gz.
read_table_csv
Read a table from CSV file.
read_table_csv_auto
Read a table from a CSV file, automatically detecting gzip compression.
write_table_csv
Write a table to CSV with deterministic formatting.
write_table_csv_gz
Write a table to a gzip-compressed CSV file (.csv.gz).
write_table_csv_sorted
Write a table to CSV with optional natural sort.