Instruction
We've prepared six tasks to check your knowledge!
The dataset stored under crops.csv presents real data on wheat crops from selected countries around the world for the years 2011-2014. Pandas is already imported under alias pd.
Exercise
Use pandas to read the CSV file. Analyze the data and compute the median 2013 production value for the whole world (the production_million_metric_tons column)



