Class 12 (Unit 1 CH 1 Data Handling - DataFrame 2)
Class 12 (Unit 1 CH 1 Data Handling - DataFrame 2)
Class- XII
Chapter-1 (Data Handling_DataFrame)
Worksheet
1. If a DataFrame is created using a 2-D dictionary then the index/row labels are
formed from__________.
[a] dictinonary’s keys [b] inner dictinonary’s keys
[c] outer dictionary’s keys [d] None of these.
2. The axes 1 identifies a dataframe’s ______________.
3. To get a number representation of a dataframe ___________attribute may be used.
4. To extract row/column from a dataframe_______function may be used.
[a] column( ) [b] loc( ) [c] row () [d] All of the above.
5. To display the 8 ,9 and 10 columns from the 2 to 5 rows of a dataframe DF,
th th th nd th