Informatics Practices
Which attribute of dataframe is used to retrieve its shape?
- T
- Ndim
- Empty
- Shape
Python Data Handling
1 Like
Answer
Shape
Reason — The shape attribute is used to retrieve DataFrame's shape.
Answered By
1 Like
Related Questions
Which of the following statements is false?
- Dataframe is size-mutable.
- Dataframe is values-mutable.
- Dataframe is immutable.
- Dataframe is capable of holding multiple types of data.
Which attribute of dataframe is used to perform the transpose operation on a dataframe?
- T
- Ndim
- Empty
- Shape
Which attribute of dataframe is used to get number of axes?
- T
- Ndim
- Empty
- Shape
CSV stands for :
- Column Separated Value
- Class Separated Value
- Comma Separated Value
- None of the above