sierra.plugins.storage.csv.plugin#

Plugin for reading/writing CSV files using polars.

Functions#

df_read(→ polars.DataFrame)

Read a dataframe from a CSV file using polars.

df_write(→ None)

Write a dataframe to a CSV file using polars.

Module Contents#

sierra.plugins.storage.csv.plugin.df_read(path: pathlib.Path, run_output_root: pathlib.Path | None = None, **kwargs) polars.DataFrame[source]#

Read a dataframe from a CSV file using polars.

sierra.plugins.storage.csv.plugin.df_write(df: polars.DataFrame, path: pathlib.Path, **kwargs) None[source]#

Write a dataframe to a CSV file using polars.