Qus : Which of the following is used to find the largest element in numpy array
Qusनमपाई ऐरे में सबसे बड़े डाटा को खोजने के लिए निम्नलिखित में से किसका उपयोग किया जाता है
A. numpy.maximum() B. numpy.arraymax()
C. numpy.amax() D. numpy.big()
Solution
C. numpy.amax()
Explanation
In NumPy, you can use the numpy.amax() or numpay.max() function to find the largest element in an array.