项目作者: Alvin1359

项目描述 :
A ETL group project investigating eSports earnings
高级语言: Jupyter Notebook
项目地址: git://github.com/Alvin1359/etl-project-grp-10.git
创建时间: 2021-06-03T11:37:42Z
项目社区:https://github.com/Alvin1359/etl-project-grp-10

开源协议:

下载


Project Intro

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 structure

  1. project
  2. |__ Figures/ # contains output graphs from jupyter notebook
  3. |
  4. |__ Resources/ # contains raw and cleaned data
  5. |
  6. |__ Scripts/ # contains jupyter notebook, sql scehma and queries
  7. |
  8. |
  9. |__ .gitignore # gitignore file
  10. |
  11. |__ README.md # Readme file

Datasets

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|

Install Modules and Libraries

  1. pip install sqlalchemy

Tools Used

  • Jupyter Notebook
  • PostgreSQL

Contributors