You are going to practice on data containing information about students. It has three columns: year is a student's year of study, degree is their degree, and age is their age. You must do the following:
Load the data as a
pandasDataFrame.Count the number of missing values per column using
.isnull()and.sum()methods.Print the result and make sure that it is in the format shown in the example
Copy the result to the answer section.