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 Bar Charts

In this program, try out each of the bar chart generation options and consider the meaning each chart conveys. These bar chart options include, bar chart values that represent the minimum value, maximum value, mean of the values, and sum of the values. If you need a reminder of the header names and data, look over the penguins.csv dataset.

Coding:

Blocks

PreviousNext