Solution

Import Necessary Libraries

import pandas as pd

# Reading all the Files:

Reading Order Report:

CX_order_report = pd.read_excel("COURIER DATA/Company X - Order Report.xlsx")
CX_order_report.head()

Reading Company Invoice

Reading SKU Master:

Reading Courier Rates:

Reading Pincode Zones:

Renaming all the columns as x as client x and cc as courier company

Last updated

Was this helpful?