Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmarks84/coursework_project_banks-web-scraping-sql

Project for IBM Data Engineering & Python course on ETL & Big Data -- Scraped website data and made API calls for additional data; wrangled and transformed this data and loaded into a SQL database.
https://github.com/dmarks84/coursework_project_banks-web-scraping-sql

apis beautifulsoup databases elt etl nosql numpy pandas pipelines python sql sqlite web-scraping

Last synced: about 1 month ago
JSON representation

Project for IBM Data Engineering & Python course on ETL & Big Data -- Scraped website data and made API calls for additional data; wrangled and transformed this data and loaded into a SQL database.

Awesome Lists containing this project

README

        

## Project(Project_Banks-Web-Scraping-SQL)
### Part of the Coursera series: IBM Data Engineering & Python

## Summary
We scraped website data about world banks and then manipulated the data in order to load it into a SQL database, all via API calls in Jupyter Notebooks. We had to wrangle and transform the data; we took every step in the extract, transform, load process.

## Skills (Developed & Applied)
Programming, Python, RDBMS & SQL, SQL (SQLite), Databases, Numpy, Pandas, BeautifulSoup, ETL &| ELT & Data Pipelines, Webscraping, APIs