Skip to content

Commit

Permalink
answers, local class folder
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Oct 15, 2024
1 parent 5a1133d commit d835788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,5 @@ data/prague_morphology/prg_primary.csv.gz
# pixi environments
.pixi
*.egg-info

class/
2 changes: 1 addition & 1 deletion data_wrangling/exercise_answers.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sns.displot(edinburgh["SIMD2020v2_Rank"])
**Can you figure out how to create a scatter plot of a relationship between the education and health domain rankings?**

```{python}
simd.plot.scatter("SIMD2020_Education_Domain_Rank", "SIMD2020_Health_Domain_Rank")
simd.plot.scatter("SIMD2020_Education_Domain_Rank", "SIMD2020_Health_Domain_Rank" s=.1)
```

Or using `seaborn`.
Expand Down

0 comments on commit d835788

Please sign in to comment.