1) Load the data from lab6_precipitation.csv into a numpy array;2) Make a numpy array with the years 1916-2016 and dtype=int; 3)Make a numpy array with the months 1-12 and dtype=int; 4) Print outthe shape of the data array and the lengths of the years and montharray. If the length of your year array does not equal the numberof rows in your data array, or the length of your months array doesnot equal the number of columns in your data array, you have donesomething wrong!
Please just post the code for these functions.