create_columns_from_df
Helper function to create Columns from a pandas DataFrame column dtypes. timedelta, period, interval & object dtypes are converted to string. Sparse dtypes are not handled. :param df: Input pandas DataFrame
ModelSchema Return type: ModelSchema
Last updated 18 days ago
Was this helpful?