Skip to main content

read_table_with_options_path

Function read_table_with_options_path 

Source
pub fn read_table_with_options_path(
    path: &Path,
    options: &CsvReadOptions,
) -> Result<DataFrame, IoError>
Expand description

Read a tab-separated file from disk with explicit options. The caller-supplied delimiter is honored when it has been overridden from the comma default; otherwise it is forced to b'\t'.