Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Feb 5, 2023
1 parent 3cbaca1 commit 4a1396c
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 4a1396c

Please sign in to comment.