Informatics Practices
In a dataframe, axis = 0 is for
- Columns
- Rows
- Rows and Columns both
- None of these
Python Data Handling
3 Likes
Answer
Rows
Reason — The axis 0 identifies a DataFrame's row index.
Answered By
1 Like
Related Questions
Which of the following commands is used to install Pandas?
- pip install python-pandas
- pip install pandas
- python install python
- python install pandas
A two-dimensional labelled array that is an ordered collection of columns to store heterogeneous data types is:
- Series
- NumPy array
- Dataframe
- Panel
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