14.4 Visualization
Lab 14.4.1
The dataset below (URL) contains students test1_score, test2_score,test3_score, gender, level, section etc.
Write a Python code to display a frequency bar graph for section.
my_csv_file.csv
Lab 14.4.2
The dataset below (URL) contains students test1_score, test2_score,test3_score, gender, level, section etc.
Write a Python code to display a frequency pie chart for section.
my_csv_file.csv
Adapted from Python for Introductory Statistics: Student's Lab Workbook, by Simon Aman (Truman College, City Colleges of Chicago), licensed under CC BY 4.0. Changes were made: reformatted as an accessible XYZ web edition with live in-browser code cells. License: CC-BY-4.0.