0 votes
in Python Pandas by

Which of the following is true?

Choose the correct option from below list

a) If data is an ndarray, index must be the same length as data.

b) Series is a one-dimensional labeled array capable of holding any data type.

c) Both A and B

d) None of the above

1 Answer

0 votes
by
Correct Answer of the above question is :   C

Explanation: Both option A and B are true.
...