yc25744 / ETL_Challenge_Team_6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extraction:

Use data.world or kaggle to get two different CSV files.

https://www.kaggle.com/fernandol/countries-of-the-world#countries%20of%20the%20world.csv (countries population and GDP)

https://data.world/ndsouza/alcohol-v-life-expectancy (countries Alcohol v Life Expectancy)

Transformation: Drop all columns from country_population.csv except for “Country”, “Population”, “GDP”

Loading: -Final database to load into will be Postgres using SQLalchemy ‘create engine’ -confirmed table names for ETL_project db.

About


Languages

Language:Jupyter Notebook 99.2%Language:TSQL 0.8%