Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/3407ed7032c67eaeed7ce8875eda8a8c to your computer and use it in GitHub Desktop.
Save ryantm/3407ed7032c67eaeed7ce8875eda8a8c to your computer and use it in GitHub Desktop.
/nix/store/rr8ww9b49vm45fjrvngqhy86s98w6a7l-python3.7-vega_datasets-0.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── vega_datasets
│   │   ├── _compat.py
│   │   ├── core.py
│   │   ├── _data
│   │   │   ├── airports.csv
│   │   │   ├── anscombe.json
│   │   │   ├── barley.json
│   │   │   ├── burtin.json
│   │   │   ├── cars.json
│   │   │   ├── crimea.json
│   │   │   ├── driving.json
│   │   │   ├── iowa-electricity.csv
│   │   │   ├── iris.json
│   │   │   ├── la-riots.csv
│   │   │   ├── seattle-temps.csv
│   │   │   ├── seattle-weather.csv
│   │   │   ├── sf-temps.csv
│   │   │   ├── stocks.csv
│   │   │   └── us-employment.csv
│   │   ├── dataset_info.json
│   │   ├── datasets.json
│   │   ├── __init__.py
│   │   ├── local_datasets.json
│   │   ├── __pycache__
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_core.cpython-37.pyc
│   │   │   │   ├── test_download.cpython-37.pyc
│   │   │   │   ├── test_errors.cpython-37.pyc
│   │   │   │   ├── test_local_datasets.cpython-37.pyc
│   │   │   │   └── test_metadata.cpython-37.pyc
│   │   │   ├── test_core.py
│   │   │   ├── test_download.py
│   │   │   ├── test_errors.py
│   │   │   ├── test_local_datasets.py
│   │   │   └── test_metadata.py
│   │   └── utils.py
│   └── vega_datasets-0.6.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 45 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment