Skip to content

cooperhewitt/the-pen-data-notebooks

Repository files navigation

the-pen-data-notebooks

the-pen-data-notebooks

These are mainly a series of Jupyter Notebooks documenting my exploration into the data generated by Cooper Hewitt' Pen. They ar emeant to be partly a guide to anyone who is interested in working with this dataset, and as a personal noteobok. If you'd like to contribute, please fork and pull-request as you wish.

  1. hello-data
  2. plot-something
  3. group-by
  4. joining-data

Setup

You'll need to clone/fork this repo locally if you'd like contribute your own notebooks or related code to the project.

Additionally, you'll likely want to clone the following repositories alongside this one.

  1. Cooper Hewitt Pen Data - requires git-lfs
  2. Cooper Hewitt Collection Data

To use the notebooks as is, you'll also want to make sure you have the following installed on your system.

  1. Python 3.4
  2. Python3 version of Matplotlib
  3. Python3 version of pandas
  4. Python3 version of Jupyter Notebook

Here is how I installed everything on Ubuntu 14.04

$ sudo apt-get install python3-matplotlib
$ sudo apt-get install python3-pip
$ sudo pip3 install pandas
$ sudo pip3 install jupyter

Releases

No releases published

Packages

No packages published