mecfs_bio.build_system.meta.read_spec.dataframe_read_spec
Classes:
-
DataFrameParquetFormat– -
DataFrameReadSpec–Specifies how a file containing a dataframe should be read.
-
DataFrameTextFormat– -
DataFrameWhiteSpaceSepTextFormat–
Attributes:
DataFrameFormat
module-attribute
DataFrameFormat = (
DataFrameTextFormat
| DataFrameParquetFormat
| DataFrameWhiteSpaceSepTextFormat
)
DataFrameParquetFormat
DataFrameReadSpec
Specifies how a file containing a dataframe should be read. Allows client code to operate without concern for the specifics of the dataframe format.
Attributes:
DataFrameTextFormat
Attributes:
-
column_names(list[str] | None) – -
comment_char(str | None) – -
has_header(bool) – -
null_values(Sequence[str] | None) – -
schema_overrides(Mapping[str, DataType]) – -
separator(str) – -
skip_rows(int) –
schema_overrides
class-attribute
instance-attribute
DataFrameWhiteSpaceSepTextFormat
Attributes:
-
col_names(list[str] | None) – -
comment_code(str) –