pub fn scan_csv(path: impl AsRef<Path>) -> Result<LazyFrame>
Create a LazyFrame that scans a CSV file without performing I/O eagerly.
LazyFrame