Informatics Practices
Which attribute is not used with DataFrame ?
- Size
- Type
- Empty
- Columns
Python Pandas
2 Likes
Answer
Type
Reason — The type attribute is not used with DataFrame.
Answered By
1 Like
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