Informatics Practices
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.
Python Data Handling
1 Like
Answer
Dataframe is immutable.
Reason — DataFrame is value-mutable, size-mutable and stores heterogeneous data types.
Answered By
1 Like
Related Questions
A two-dimensional labelled array that is an ordered collection of columns to store heterogeneous data types is:
- Series
- NumPy array
- Dataframe
- Panel
In a dataframe, axis = 0 is for
- Columns
- Rows
- Rows and Columns both
- None of these
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 retrieve its shape?
- T
- Ndim
- Empty
- Shape