Summary
Full Transcript
Code - https://colab.research.google.com/drive/1UFnFdlSnm2wGcLFKE8mOifgcpfSICoKJ?usp=sharing ---------------------------------------------------------------------------------------------------------------------------------------------------- Time Stamp ---------------------- 0:00 Q-1: Find the nearest element in the array to a given integer. 2:17 Q-2: Replace multiples of 3 or 5 as 0 in the given array. 3:39 Q-3.1: Double the array elements at given indexes 4:40 Q-3.2: Make [1,2,3] to [1,1,1,2,2,2,3,3,3] 6:55 Q-4: Fill nan with most common element 10:25 Q-5.1: Find the missing data in a given array. Return a boolean matrix. 10:57 Q-5.2: Fill nan with 0. use np.nan_to_num(a) 11:43 Q-6: Given two arrays, X and Y, construct the Cauchy matrix C. 10:50 Q-7: Plot tanh equation 17:13 Q-8: Plot the equation y=sqrt(36−(x−4)^2)+2 18:19 Q-9: Write a program implement Broadcasting Rule to check if two array can be added or not.
