Match List I with List II
|
List I |
List II |
||
|
A. |
DataFrame.shape |
I. |
To display names of columns |
|
B. |
DataFrame.T |
II. |
To display the labels |
|
C. |
DataFrame.index |
III. |
To display dimensions of data dataframe |
|
D. |
DataFrame.columns |
IV. |
To interchange columns and rows |
Choose the correct answer from the options given below:
1
A - III, B - II, C - I ,D - IV
2
A - IV, B - I, C - II, D - III
3
A - III, B - IV, C - II, D - I
4
A - II, B - I C - III, D - IV