Created
August 31, 2019 14:36
-
-
Save FBosler/c4855736a5ade61e3b9d77539441888a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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