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'.