Informatics Practices
Related Questions
To get NumPy representation of 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
To get the transpose of a dataframe D1, you can write …………… .
- D1.T
- D1.Transpose
- D1.Swap
- All of these
To extract row/column from a dataframe, ………… function may be used.
- row()
- column()
- loc()
- All of these