Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created August 31, 2019 14:36
Show Gist options
  • Save FBosler/c4855736a5ade61e3b9d77539441888a to your computer and use it in GitHub Desktop.
Save FBosler/c4855736a5ade61e3b9d77539441888a to your computer and use it in GitHub Desktop.
draw_heatmap(
data=data,
outer_row='Timing of Meal',
outer_col='Type of Meal',
inner_row='Meal Price / Order Value',
inner_col='Number Participants',
values='Converted'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment