module documentation
Undocumented
| Class | |
Metadata dictionary used by LDF 1.0.0. |
| Function | migrate |
Undocumented |
| Function | migrate |
Migrate LDF 1.0.0 metadata to the current schema. |
| Constant | LDF |
Undocumented |
| Constant | LDF |
Undocumented |
@overload
def migrate_dataframe(df:
pl.LazyFrame) -> pl.LazyFrame:@overload
def migrate_dataframe(df:
pl.DataFrame) -> pl.DataFrame:Undocumented
Migrate LDF 1.0.0 metadata to the current schema.
| Parameters | |
metadata:LDF_1_0_0_MetadataDict | Metadata dictionary in the LDF 1.0.0 layout. |
df:pl.LazyFrame | None | Optional annotation dataframe used to infer task names for non-default datasets. |
| Returns | |
Metadata | Migrated metadata model. |
| Raises | |
ValueError | If task inference requires annotation rows but df is None. |
Undocumented
| Value |
|