Skip to main content

Module datatable_loaders

Module datatable_loaders 

Source

Functions§

load_csv_to_datatable
Load a CSV file into a DataTable. Delimiter is auto-detected from the file extension (.tsv → tab, .psv → pipe, else comma). To override the auto-detect, use load_csv_to_datatable_with_opts.
load_csv_to_datatable_with_opts
Load a CSV file into a DataTable honouring caller-supplied options (delimiter, headers).
load_json_data_to_datatable
Load JSON data directly (already parsed) into a DataTable
load_json_to_datatable
Load a JSON file into a DataTable.