Python package for accessing data from the BEA data API


Keywords
data-science, economics, python-3
License
Other
Install
pip install pybea==0.7.0a0

Documentation

pyBEA

Build Status Coverage Status Latest Version Downloads

Python package for accessing data from the U.S. Bureau of Economic Analysis (BEA) API. The pyBEA package allows users to extract relevant data from the BEA data API into a Pandas DataFrame for further analysis.

Installation

Assuming you have pip on your computer (as will be the case if you've installed Anaconda) you can install the latest stable release of pybea by typing

pip install pybea

at a terminal prompt.