Skip to content

Demonstration code for XBUS-503 Data Wrangling Course. Includes sample code to demonstrate BeautifulSoup and Pandas.

Notifications You must be signed in to change notification settings

looselycoupled/xbus-503-ipython-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project contains demonstration code for the XBUS-503 Data Wrangling course at Georgetown University CCPE. All code makes use of iPython Notebook which allows one to interactively run Python code within a web browser.

BeautifulSoup

This notebook demonstrates the ease with which one can use BeautifulSoup to efficiently navigate and parse HTML.

Pandas

This notebook (originally authored by Abhijit Dasgupta) demonstrates the use of pandas to quickly analyze the MovieLens database.

Setup

To install the required libraries, use pip install and the provided requirements.txt file.

pip install -r requirements.txt

Use / Run

To start the iPython Notebook server, use the following command:

ipython notebook --pylab=inline

About

Demonstration code for XBUS-503 Data Wrangling Course. Includes sample code to demonstrate BeautifulSoup and Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published