Function read_csv_default
Source pub fn read_csv_default<P: AsRef<Path>>(file_path: P) -> PolarsResult<DataFrame>
Expand description
Read a CSV file into a DataFrame with default settings (has header and comma delimiter)
§Arguments
file_path
- Path to the CSV file
§Returns
Returns a PolarsResult containing the data if successful