Created
August 31, 2019 14:19
-
-
Save FBosler/6ebd7c8a57cfc3bae4c2430badc94ae4 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
_ = orders_with_meals.groupby(['Days of meal before order']).agg( | |
{'Converted': np.mean} | |
) | |
plot_bars(data=_,x_col='Days of meal before order',y_col='Converted') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment