Repository of functions used across CPI
Project description
CPI Data Tools
A repository of commonly used tools across CPI
Instructions
- Install:
pip install cpi_tools
AWS Tools
from cpi_tools import aws_tools
#S3 Bucket
afolu_bucket = 'cpi-afolu-landscape'
#Path within S3
path = 'entity_name_data'
#S3 File name
file_name = 'afolu_entity_list.csv'
#Read file from S3
df = aws_tools.read_from_s3(afolu_bucket, path, file_name)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cpi_tools-0.0.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for cpi_tools-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24dd05b636d457b76a346269b8cea2d8dace0e8330935fce373e964ce4f37a33 |
|
MD5 | 7671df3991fc47b7abb0b08f4a153f7d |
|
BLAKE2b-256 | 6a5f708b3b5ab9678483b7eede14b793c524fc71c161ad4a5399e4b5fb72ca25 |