Advertisements
Advertisements
प्रश्न
Case Based
Consider the following DataFram df and answer the following question.
Roll no. | Name | UT1 | UT2 | UT3 | UT4 |
1 | Prerna Singh | 24 | 24 | 20 | 22 |
2 | Manish Arora | 18 | 17 | 19 | 22 |
3 | Tanish Geol | 20 | 22 | 18 | 24 |
4 | Falguni Jain | 22 | 20 | 24 | 20 |
Which of the following command will display the column of the DataFrame?
पर्याय
print (df.column ())
print (df.columns ())
print (df.column)
print (df.columns)
MCQ
उत्तर
print (df.columns)
shaalaa.com
DataFrame
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?