quanteda.plot_num_dist

Module Contents

Functions

plot_num_dist(data)

Creates a chart of histograms for all numeric features in a data set.

quanteda.plot_num_dist.plot_num_dist(data)[source]

Creates a chart of histograms for all numeric features in a data set.

Parameters:

data (pandas.DataFrame) – An object containing the dataset of interest

Returns:

Altair chart object

Return type:

altair.Chart

Examples

>>> plot_num_dist(dataset)