Informatics Practices
The axis 0 identifies a DataFrame's …………… .
- rows
- columns
- values
- datatype
Python Pandas
1 Like
Answer
rows
Reason — The axis 0 identifies a DataFrame's row index.
Answered By
3 Likes
Related Questions
If a dataframe is created using a 2D dictionary, then the column labels are formed from …………… .
- dictionary's values
- inner dictionary's keys
- outer dictionary's keys
- none of these
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 1 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