This repository contains Ironhack project corresponding to module 1 - Building a Pipeline.
The main function of the program is to retrieve a clean and wrangled dataset fulfilling the requirements of Challenge 1. Also retrieves two different tables with results of Bonus 1 and Bonus 2 challenges.
- Connection to SQL database
- SQL Queries
- Python Programming
- Handling Pandas library
- Working with APIs and API Wrappers
- Web Scraping
- Building a Pipeline
Use the package manager conda to install libraries in the environment you are executing the program. Required libraries are shown below:
conda install pandas
conda install -c anaconda sqlalchemy
conda install -c conda-forge tqdmExecute the file main.py from terminal or and IDE (i.e. Pycharm).