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.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
...