Data Wrangling Showcase

less than 1 minute read

Wrangling with Python

Re-usable Python scripts using various methods to wrangle data; Includes working with APIs, web scraping, web crawling.

Web Scraping

Open and get response from a web page. Use Beautiful Soup to scrape info from Take Action articles. Interact with web page using Selenium.
Click here for Python script

Web Spider

Build a web spider using scrapy.
Click here for Python script

API Calls

Twitter API Pull

Create a Twitter API Key and Access Token. Execute multiple queries at a time from Twitter’s REST API. Do a data pull from Twitter’s Streaming API.
Click here for Python script

College Scorecard

Retrieves college scorecard data from Data.gov API (https://collegescorecard.ed.gov). Parses JSON response into Python dictionary. Exports API response in readable format to file.
Click here for Python script



Click here to access additional wrangling scripts

Updated: