0 votes
in Python Pandas by
In pandas, Index values must be?

Choose the correct option from below list

a) unique

b) hashable

c) Both A and B

d) None of the above

1 Answer

0 votes
by

Correct Answer of the above question is :   C

Explanation: Index values must be unique and hashable, same length as data) Default np.arrange(n) if no index is passed.

Related questions

0 votes
asked Aug 13, 2021 in Python Pandas by SakshiSharma
0 votes
asked Nov 9, 2021 in Python Pandas by Robin
...