Informatics Practices
To get NumPy representation of a dataframe, …………… attribute may be used.
- size
- shape
- values
- ndim
Related Questions
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
To get a number representing number of axes in a dataframe, …………… attribute may be used.
- size
- shape
- values
- ndim
Which attribute is not used with DataFrame ?
- Size
- Type
- Empty
- Columns