Skip to content

Commit

Permalink
Merge branch 'main' into sp24
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing authored Jan 8, 2024
2 parents 77a8d6e + cf4aba5 commit 007e864
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 @@ -722,7 +722,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 007e864

Please sign in to comment.