Data Science 2 Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11

Creating Box Plots

Make two box plots. One box plot should select one column and generate the box plot. The other should select one column(bill_depth_mm), one factor(species), and then generate the box plot. If you need a reminder of the header names and data, look over the penguins.csv dataset.

Coding:

Blocks

PreviousNext