Fix vs. e.g. i.e. punctuation (#1249)

This commit is contained in:
Zeki Akyol
2023-01-27 18:51:22 +03:00
committed by GitHub
parent bd67dc7a62
commit 96f4ad4b7c
9 changed files with 13 additions and 13 deletions

View File

@@ -365,7 +365,7 @@ We finally have a plot that perfectly matches our "ultimate goal"!
3. Make a scatterplot of `bill_depth_mm` vs. `bill_length_mm`.
Describe the relationship between these two variables.
4. What happens if you make a scatterplot of `species` vs `bill_depth_mm`?
4. What happens if you make a scatterplot of `species` vs. `bill_depth_mm`?
Why is the plot not useful?
5. Why does the following give an error and how would you fix it?