Skip to content

Commit

Permalink
Merge pull request #103 from the-specs-coder/master
Browse files Browse the repository at this point in the history
Updated pandas-exercises-solutions.ipynb
  • Loading branch information
mrdbourke authored Sep 4, 2024
2 parents 3be944f + 2a46cd2 commit 19b7bd2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,8 +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)" ]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 19b7bd2

Please sign in to comment.