This project refers to a data take-home assignment proposed by Origin Team.
The structure of this project can be visualized as below:
├── data
|--- raw
|--- processed
├── doc
├── scripts
|--- exploratory
|--- modelling
|--- processing
└── README.md
- data - Folder that has data sets raw and processed.
- doc - Folder with a report explaining the data analysis process.
- scripts - It's divided into three folders with
processingdata,modellingthe clusters andexploratorydata analysis.