0 votes
in Python Pandas by

Which of the following indexing capabilities is used as a concise means of selecting data from a pandas object?

Choose the correct option from below list

a) In

b) ix

c) ipy

d) iy

1 Answer

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

Explanation: ix and reindex are 100% equivalent.

Related questions

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