List I | List II | ||
A. | Dataframe.min() | I. | Display the total number of values for each columns or a row of a dataframe |
B. | Dataframe.sum() | II. | Display the sum of the values from the dataframe |
C. | Dataframe.count() | III. | Display the middle values of the data |
D. | Dataframe.median() | IV. | Display the minimum values from the dataframe |