Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 713 Bytes

File metadata and controls

31 lines (21 loc) · 713 Bytes

Intake Catalogue for US Oil and Gas Production Data

Build Status PyPI version

Installation

pip install daytum-data

Usage

To avoid explicitly providing a username/password to every API call set the following environment variables in your shell

BAZEAN_POSTGRES_USERNAME
BAZEAN_POSTGRES_PASSWORD

Then import the catalogues

from intake import cat

e.g. to get the historical production data by API number

cat.production.production_by_api(api='33001000050000')