Univariate Plotting Functions

Functions for creating single plots of single variables.

boxplot

Plots a boxplot of a numerical data column in a pandas DataFrame.

countplot

Plots a bar plot of counts/percentages across the levels of a discrete data column in a pandas DataFrame.

histogram

Plots a histogram of a data column in a pandas DataFrame.

time_series_countplot

Plots a times series plot of datetime column where the y axis is counts of observations aggregated at a provided temporal frequency.