> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fiddler.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# create_columns_from_df

> Helper function to create Columns from a pandas DataFrame column dtypes.

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.

* **df**: Input pandas DataFrame

## Returns

<ResponseField type="ModelSchema">
  ModelSchema
</ResponseField>
