Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 728 Bytes

Data Analysis

Task

  • Create a package called quiz2 under the qtm385 project.
  • Copy quiz2.py and cs_courses_2008_2018.csv under the quiz2 package.
  • Add all necessary contents and update the instructor_by_academic_year function that takes course_info as input and plots the number of instructors by academic years.
  • Save the printed output to quiz2/quiz2.png.

Submission