pandas_exercises
pandas_exercises copied to clipboard
Fix: Exercise_with_Solutions.ipynb, a slight fix at the step 16 [Getting and knowing your data]
Step 16:
we could not get the mean from all of the columns in order_group (some of them are string), so we need to select column 'revenue' first and then get the mean from them.