I am not able to do this exercise:
Array x= ([32, 14, 6, 4, 9, 11, 53, 23, 7, 12, 54, 3]) and utilize numpy
a. Convert the above array x into a new 3 by 4-dimensional array b. Set all values of the second raw to 5 c. Find mean, median, variance and standard deviation of each raw d. Slice the third column of the new array
Would you be able to help me? Thank you in advance.