Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

README.rst

File metadata and controls

29 lines (20 loc) · 1.17 KB

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.