Skip to content

Commit

Permalink
Download example data from GitHub (ResidentMario#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 3, 2021
1 parent 095f45f commit 4fec860
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,13 @@ visualizations and utilities that allows you to get a quick visual summary of th

## quickstart

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:

```bash
$ pip install quilt
$ quilt install ResidentMario/missingno_data
```

Then to load the data into memory:
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.

```python
from quilt.data.ResidentMario import missingno_data
collisions = missingno_data.nyc_collision_factors()
collisions = collisions.replace("nan", np.nan)
import pandas as pd
collisions = pd.read_csv("https://raw.githubusercontent.com/ResidentMario/missingno-data/master/nyc_collision_factors.csv")
```

The rest of this walkthrough will draw from this `collisions` dataset.

### `matrix`

The `msno.matrix` nullity matrix is a data-dense display which lets you quickly visually pick out patterns in
Expand Down
7 changes: 0 additions & 7 deletions environment.yml

This file was deleted.

2 changes: 0 additions & 2 deletions postBuild

This file was deleted.

2 changes: 0 additions & 2 deletions quilt.yml

This file was deleted.

0 comments on commit 4fec860

Please sign in to comment.