statisticsnorway/dapla-toolbelt-pseudo

Use polars for file IO where possible

Closed this issue · 1 comments

Polars Dataframe is now the standard internal data representation for dapla-toolbelt-pseudo because it is more performant than Pandas.

Polars supports IO for:

We should use Polars where we can.

Polars IO support was only added for Parquet was added. See #244 for more information.