Skip to content

Commit

Permalink
Add binder link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Moore committed Feb 13, 2018
1 parent 9853b56 commit 6dcfdb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Messy datasets? Missing values? `missingno` provides a small toolset of flexible
visualizations and utilities that allows you to get a quick visual summary of the completeness (or lack thereof) of
your dataset. Just `pip install missingno` to get started.

## Quickstart

## Quickstart [![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/kevinemoore/missingno.git/master?filepath=QuickStart.ipynb)
This quickstart uses a sample of the [NYPD Motor Vehicle Collisions Dataset](https://data.cityofnewyork.us/Public-Safety/NYPD-Motor-Vehicle-Collisions/h9gi-nx95)
dataset. To get the data yourself, run the following on your command line:

Expand Down Expand Up @@ -193,4 +192,4 @@ That concludes our tour of `missingno`!

For thoughts on features or bug reports see [Issues](https://github.com/ResidentMario/missingno/issues). If
you're interested in contributing to this library, see details on doing so in the `CONTRIBUTING.md` file in this
repository.
repository.

0 comments on commit 6dcfdb1

Please sign in to comment.