Skip to content

Commit 15b81cc

Browse files
authored
Merge pull request #181 from saad8851/patch-1
Update Exercise_with_Solutions.ipynb
2 parents dab909a + 0aa4e85 commit 15b81cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_Getting_&_Knowing_Your_Data/Chipotle/Exercise_with_Solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"source": [
762762
"# Solution 2\n",
763763
"\n",
764-
"chipo.groupby(by=['order_id']).sum().mean()['revenue']"
764+
"chipo.groupby('order_id')['revenue'].sum().mean()"
765765
]
766766
},
767767
{

0 commit comments

Comments
 (0)