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.
This notebook demonstrates the ease with which one can use BeautifulSoup to efficiently navigate and parse HTML.
This notebook (originally authored by Abhijit Dasgupta) demonstrates the use of pandas to quickly analyze the MovieLens database.
To install the required libraries, use pip install and the provided requirements.txt file.
pip install -r requirements.txt
To start the iPython Notebook server, use the following command:
ipython notebook --pylab=inline