Skip to content

Commit

Permalink
Merge branch 'master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdbourke authored Aug 26, 2024
2 parents 0aba76d + 02b3984 commit c4d41a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@
],
"source": [
"# Group columns of the car sales DataFrame by the Make column and find the average\n",
"car_sales.groupby([\"Make\"]).mean(numeric_only=True)"
"car_sales.groupby(["Make"]).mean(numeric_only=True)"
]
},
{
Expand Down

0 comments on commit c4d41a7

Please sign in to comment.