Calculate year-wise total number of runs of Sachin
Calculate year-wise total number of runs of Sachin OneDayInternational.csv is a csv file containing about 200 records on Sachin’s ODIs from 1990 to 1998. Read this CSV file using DictReader() and calculate year-wise total number of runs of Sachin. Display the same in the following format: 1990 2391991 417 ……. Code :-