| 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 |
Fill in the boxes with the help of given information:
Tax invoice of services provided (Sample)
Food Junction, Khed-Shivapur, Pune
Invoice Date: 25 Feb., 2020
| SAC | Food Items | Qty | Rate (₹) | Taxable Amount (₹) | CGST | SGST | Amount (₹) |
|---|---|---|---|---|---|---|---|
| 9963 | Coffee | 1 | 20 | 20.00 | 2.5% = 0.50 | 2.5% = 0.50 | 21.00 |
| 9963 | Masala Tea | 1 | 10 | 10.00 | 2.5% = 0.25 | 2.5% = 0.25 | 10.50 |
| 9963 | Masala Dosa | 2 | 60 | 120.00 | 2.5% = 3.00 | 2.5% = 3.00 | 126.00 |
| Total | 150.00 | ||||||
| Grand Total | ₹157.50 |
Complete the following table using the given information:
| Sr. No. | FV (₹) | Share is at | MV (₹) |
|---|---|---|---|
| 1 | 100 | Par | 100 |
| 2 | 75 | Premium ₹500 | 575 |
| 3 | 10 | Discount ₹5 | 5 |
| 4 | 200 | Discount ₹50 | 150 |