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
restart_datasets-0.5.tar.gz
(6.1 MB
view details)
Built Distribution
File details
Details for the file restart_datasets-0.5.tar.gz
.
File metadata
- Download URL: restart_datasets-0.5.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/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be7417f9830d0138b5dfa137187f564c29c3bb4eda310135bd1c6420f6e9200 |
|
MD5 | b4db4aba221f909be20b99231e80ecc7 |
|
BLAKE2b-256 | 30811628daf2b5cbc3bb56a84f8909ec608af1b9c0063bed2b4052330596c6aa |
File details
Details for the file restart_datasets-0.5-py3-none-any.whl
.
File metadata
- Download URL: restart_datasets-0.5-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/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5f9f646a64daefa2f92165989c58eab1e2d25375efdb6e4d861821775ac5940 |
|
MD5 | 73a07e67758624dfa82b8b04b1734a78 |
|
BLAKE2b-256 | dce6e259aa1cf7759aab7e87ff9f2c6b84dddc6d04a9a85920c88caabecf7672 |