Skip to main content

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.6.tar.gz (6.1 MB view hashes)

Uploaded Source

Built Distribution

restart_datasets-0.6-py3-none-any.whl (6.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page