Skip to content

Commit

Permalink
Merge pull request #104 from arpadikuma/patch-1
Browse files Browse the repository at this point in the history
added escape characters to double quotation
  • Loading branch information
mrdbourke authored Sep 4, 2024
2 parents 19b7bd2 + 74ac558 commit 8138e44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,8 @@
],
"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 8138e44

Please sign in to comment.