Discussion :: Data Science Basics and Toolbox MCQs
- Point out the wrong statement:
A.
Each universal function takes array inputs and produces array outputs
|
B.
Broadcasting is used throughout NumPy to decide how to handle disparately shaped arrays
|
C.
The output of the ufunc is necessarily an ndarray, if all input arguments are ndarrays
|
D.
All of the Mentioned
|
Answer : Option C
Explanation :
The output of the ufunc is not necessarily an ndarray, if all input arguments are not ndarrays.
Be The First To Comment