Skip to content

Python package for access to Restart Partners data

License

Notifications You must be signed in to change notification settings

restartus/restart_datasets

 
 

Repository files navigation

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

About

Python package for access to Restart Partners data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.6%
  • Makefile 3.4%