Informatics Practices
Which attribute of dataframe is used to get number of axes?
- T
- Ndim
- Empty
- Shape
Related Questions
Which attribute of dataframe is used to perform the transpose operation on a dataframe?
- T
- Ndim
- Empty
- Shape
Which attribute of dataframe is used to retrieve its shape?
- T
- Ndim
- Empty
- Shape
CSV stands for :
- Column Separated Value
- Class Separated Value
- Comma Separated Value
- None of the above
Which of the following can be used to specify the data while creating a dataframe?
- Series
- List of Dictionaries
- Structured ndarray
- All of these