variable_types

variable_types(table)

Return a DataFrame with variable_name and variable_type (integer, numeric, date, categorical, logical).

For Ibis tables, infers from schema without executing; for DataFrames uses dtypes.

Parameters

Name Type Description Default
table Any Ibis table or pandas.DataFrame. required

Returns

Name Type Description
pandas.DataFrame Columns: variable_name, variable_type.