woodwork.serializers.serializer_base.typing_info_to_dict

woodwork.serializers.serializer_base.typing_info_to_dict(dataframe)[source]

Creates the description for a Woodwork table, including typing information for each column and loading information.

Parameters

dataframe (pd.DataFrame, dd.Dataframe, ks.DataFrame) – DataFrame with Woodwork typing information initialized.

Returns

Dictionary containing Woodwork typing information

Return type

dict