गलत कथन को इंगित करें:
Point out the incorrect statement:
A
Both Series and ndarrays can be passed as arguments to Numpy functions.
B
The major difference between Series and ndarray is that the data is arranged based on label in Series, when Series is operated on.
C
A DataFrame is similar to a fixed-size dict because you can use the index labels to get and set values.
D
None of the above.
Explanation
Correct Answer: C) A DataFrame is similar to a fixed-size dict because you can use the index labels to get and set values.