View on GitHub

Portfolio

Data Wrangling with Python

Code

In this project, I demonstrate how to extract data from various different data sources. Rather than simply import the data into Pandas, I chose to print out the data in the format of dictionary row.

Data Sources:

The objective is to just print the data as it’s own dictionary row to showcase that the data has been properly extracted.

Requirements

Python 3.6

Python Libraries

Home