Skip to content

Commit

Permalink
Merge pull request #21 from gboeing/2024
Browse files Browse the repository at this point in the history
update comment
  • Loading branch information
gboeing authored Jan 8, 2024
2 parents 584cf87 + 4a1396c commit cf4aba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/04-data-cleaning-exploration/lecture.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
"metadata": {},
"outputs": [],
"source": [
"# show a pair plot of these SF tracts across these 4 variables\n",
"# show a pair plot of these places across these 3 variables\n",
"cols = ['cases_final', 'deaths_final', 'population']\n",
"ax = sns.pairplot(df_covid[cols].dropna())"
]
Expand Down

0 comments on commit cf4aba5

Please sign in to comment.