Data Science 2 Problems
Using Chart Libraries
Several chart types can be found in Quorums' libraries. This includes bar charts, box plots, histograms, scatter plots, and others. To program a chart you need a use block, a DataFrame with loaded data, a chart object, and the Display action block.
In this problem create a pie chart that displays the species frequency from the penguins.csv data set. First, add the use blocks for a pie chart and data frame. Then, create the data frame object and load the dataset. Finally, run the program to generate and display an accessible pie chart. Also, be sure to stop this type of program when you are done with the chart.