Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/90b879bedc1aeb48f284f986dc4bfd06 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/90b879bedc1aeb48f284f986dc4bfd06 to your computer and use it in GitHub Desktop.
# demographic column names
demographic_columns = ['gender', 'SeniorCitizen', 'Partner', 'Dependents']
# stacked plot of demographic columns
percentage_stacked_plot(demographic_columns, 'Demographic Information')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment