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, useload_csv_to_datatable_with_opts. - load_
csv_ to_ datatable_ with_ opts - Load a CSV file into a
DataTablehonouring 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.