Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

PYTHON

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.

Extract & Transform Data

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

Export Data as csv

The dataframes have been exported as csv-files which can be found in the results folder.