mecfs_bio.build_system.meta.read_spec.read_dataframe
Functions:
-
scan_dataframe– -
scan_dataframe_asset–Use the information in an Asset's metadata to read it as a DataFrame
Attributes:
-
ValidBackend– -
logger–
scan_dataframe
scan_dataframe(
path: Path,
spec: DataFrameReadSpec,
parquet_backend: ValidBackend = "polars",
) -> nw.LazyFrame
Source code in mecfs_bio/build_system/meta/read_spec/read_dataframe.py
scan_dataframe_asset
scan_dataframe_asset(
asset: Asset,
meta: Meta,
parquet_backend: ValidBackend = "polars",
) -> nw.LazyFrame
Use the information in an Asset's metadata to read it as a DataFrame