This repo contains a jupyter notebook that contains functions useful for solving Statistics problems that ask questions about the distribution of a single categorical variable. In particular:
- Finding the total number of observations
- Converting the frequency table into a relative frequency table
- Finding the percent of values that fall into a list of categories.
- Displaying the distribution with a bar chart and a pie chart (with matplotlib and seaborn).