0 votes
in Python Pandas by
Which of the following is correct Features of DataFrame?

Choose the correct option from below list

a) Potentially columns are of different types

b) Can Perform Arithmetic operations on rows and columns

c) Labeled axes (rows and columns)

d) All of the above

1 Answer

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

Explanation: All the above are feature of dataframe.
...