Function scanCSV

  • Lazily read from a CSV file or multiple files via glob patterns.

    This allows the query optimizer to push down predicates and projections to the scan level, thereby potentially reducing memory overhead.


    Parameters

    • path: string

      path to a file

    • Optional options: Partial<ScanCsvOptions>

    Returns LazyDataFrame

Generated using TypeDoc