clarite.describe.summarize

clarite.describe.summarize(data: pandas.core.frame.DataFrame)

Print the number of each type of variable and the number of observations

Parameters:
data: pd.DataFrame

The DataFrame to be described

Returns:
result: None

Examples

>>> import clarite
>>> clarite.describe.get_types(df).head()
RIDAGEYR          continuous
female                binary
black                 binary
mexican               binary
other_hispanic        binary
dtype: object