Skip to main content

read_csv

Function read_csv 

Source
pub fn read_csv(_path: impl AsRef<Path>) -> Result<DataFrame>
Expand description

CSV I/O helpers. Read a CSV file eagerly into a DataFrame using default CsvReadOptions.