Python package for offline access to restart datasets
Project description
Restart Datasets
A Python package for offline access to data needed to run restart
Installation
vega_datasets is compatible with Python 3.8 or newer. Install with:
$ pip install restart_datasets
Usage
The main object in this library is data:
>>> from restart_datasets import data
To access the BLS data for, say, the state of California:
df = data.California()
This will return a dataframe containing employment statistics for the state of California.
Available Datasets
To list all the available datsets, use list_datasets:
datasets = data.list_datasets()
Dataset Information
If you want more information about any dataset, you can use the description property:
data.California.description
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file restart_datasets-0.6.tar.gz.
File metadata
- Download URL: restart_datasets-0.6.tar.gz
- Upload date:
- Size: 6.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe9631924626b3176acaa51da3dfb43524754e00bcbcdc9f13dbc28caab2528a
|
|
| MD5 |
81ceda43994709726f08e6486cafcd6f
|
|
| BLAKE2b-256 |
13d8acc1e6dcf70d0ba27fa0eccdb771a7ec39415903a8a92d0724cb496a27b2
|
File details
Details for the file restart_datasets-0.6-py3-none-any.whl.
File metadata
- Download URL: restart_datasets-0.6-py3-none-any.whl
- Upload date:
- Size: 6.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b7aa90c50daabb51046d213d04ff4f87b7c398f2b99564e96aef58e18e3952
|
|
| MD5 |
19cf653d6265910a087d2f0d427ad938
|
|
| BLAKE2b-256 |
15823d4e687b3fbd764060581e51df7801f685b05a0032da7d9dadb0a7816ef2
|