Skip to main content

No project description provided

Project description

Build Status codecov

Pandas AWS - AWS use made easy for data scientists

Pandas AWS makes it super easy to use a pandas.DataFrame along with AWS services.

# Example : get a DataFrame from multiple CSV files in S3

from pandas_aws import get_client, get_df_from_keys

MY_BUCKET= 'pandas-aws-bucket'

s3 = get_client('s3')

df = get_df_from_keys(s3, MY_BUCKET, prefix='my-folder', suffix='.csv')

Installing pandas-aws

Pip installation

You can use pip to download the package

pip install pandas-aws

Contributing to pandas-aws

Git clone

We use the develop brand as the release branch, thus git clone the repository and git checkout develop in order to get the latest version in development.

git clone git@github.com:FlorentPajot/pandas-aws.git

Preparing your environment

Pandas AWS uses poetry to manage dependencies. Thus, poetry is required:

curl -SSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Create a separate Python environment, for example using pyenv:

pyenv virtualenv pandas-aws
pyenv activate pandas-aws

Then install dependencies with poetry after your git clone from the project repository:

poetry install

Guidelines

Todo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-aws-0.1.5.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

pandas_aws-0.1.5-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page