Skip to content

Commit

Permalink
Merge pull request #1 from the-specs-coder/the-specs-coder-patch-1
Browse files Browse the repository at this point in the history
Update pandas-exercises-solutions.ipynb
  • Loading branch information
the-specs-coder authored Aug 31, 2024
2 parents 3be944f + a050427 commit 2a46cd2
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 2a46cd2

Please sign in to comment.