This folder contains all python-files whose objective is to create data tables based on the downloaded rawdata. The objective can be achieved by executing the main.py file.
Each table has been created as dataframe in individual python-files:
- Extraction and Transformation of raw data in the rawtables folder:
- client data
- products data
- influencers data
- Creation of missing data in the newtables folder:
- composition data
- sales data
- data relating compositions with products
The dataframes have been exported as csv-files which can be found in the results folder.