Relative Content

Tag Archive for pythonpython-polarspolars

Force Schema Type Using Polars Scan/Sink

I have a large number of CSV files (~100,000) some of which themselves are large CSV files (i.e., >128G) and I am trying to convert them to Parquet files. The files contain a mix of character, numeric, and date data stored in CSV format.