Python Assessment 1
Python Assessment 1
1. Prepare the sample csv file for car model and their specification, the column names would be
a. Company Name
b. Model Name
e. Car Length
2. Prepare the sample excel file for the car prizing and loan amount, the column names would be
a. Company Name
b. Model Name
c. On road pricing
d. Loan amount
e. Monthly EMI
f. Interest Rate
g. Monthly Principal
h. Monthly Interest
3. Write the code to read the csv file and the excel file and convert them into the Data frame.
6. Iterate over the merged Data frame and add the GST value in the “On road pricing” column
Reference