- sakkara.model.data_components(df: DataFrame) Dict[str, DataComponent]#
Generate
DataComponentobjects from apandas.DataFrame- Parameters:
df – DataFrame to generate components from.
- Returns:
Dictionary of {<column name in DataFrame>:
DataComponent}
Generate DataComponent objects from a pandas.DataFrame
df – DataFrame to generate components from.
Dictionary of {<column name in DataFrame>: DataComponent}