Informatics Practices
The axis 1 identifies a DataFrame's …………… .
- rows
- columns
- values
- datatype
Python Pandas
2 Likes
Answer
columns
Reason — The axis 1 identifies a DataFrame's column index.
Answered By
3 Likes
Related Questions
Which of the following can be used to specify the data while creating a DataFrame ?
- Series
- List of Dictionaries
- Structured ndarray
- All of these
The axis 0 identifies a DataFrame's …………… .
- rows
- columns
- values
- datatype
To get the number of elements in a dataframe, …………… attribute may be used.
- size
- shape
- values
- ndim
To get NumPy representation of a dataframe, …………… attribute may be used.
- size
- shape
- values
- ndim