CS 2120 Assignment 1 Marking Scheme Student Name: Student Number: TA Name: General: [1 mark] Program runs without errors. Bug Fixes: [1 mark] The "get_daily_increase()" function works as intended. [1 mark] The "get_cumulative_increase()" function works as intended. Function calls: [2 marks] Create the "confirmed_negative_daily" list and add it as a column in the "covid19_data" dataframe [2 marks] Create the "confirmed_positive_cumulative" list and add it as a column in the "covid19_data" dataframe [2 marks] Find the maximum increase in daily confirmed positive cases. Print the value out in a full sentence. [1 mark] Export the dataframe to a csv file.