A ETL group project investigating eSports earnings
An ETL Group Project:
Extract: your original data sources and how the data was formatted (CSV, JSON, pgAdmin 4, etc).
Transform: what data cleaning or transformation was required.
Load: the final database, tables/collections, and why this was chosen.
project
|__ Figures/ # contains output graphs from jupyter notebook
|
|__ Resources/ # contains raw and cleaned data
|
|__ Scripts/ # contains jupyter notebook, sql scehma and queries
|
|
|__ .gitignore # gitignore file
|
|__ README.md # Readme file
Source: Kaggle.com
|Dataset|Link|
|-|-|
|eSports Earnings|https://www.kaggle.com/jackdaoud/esports-earnings-for-players-teams-by-game?select=highest_earning_teams.csv|
|Esports Earnings Historical|https://www.kaggle.com/rankirsh/esports-earnings|
pip install sqlalchemy