Skip to main content

Athena client to do query on Amazon Athena

Project description

PyAthena

A python client to query on Athena Database. Query results are formatted in pandas dataframe.

Install

pip install git+https://github.com/yardstick17/PyAthena.git

Usage

In [9]: from athena import Athena

In [10]: query =    """SELECT col1, col2, col3, col3  
                        FROM "database"."table1"
                        WHERE col1 = 'PI912A0CV-O12'
                            AND col2 = '2019-03-04'
                            AND schema='best_model_ever'
                    """

In [11]: df = athena_client.execute_with_pandas(query=query)

In [12]: df.head()
Out[12]:
            col1           col2                   col3                      col3
0  PI912A0CV-O12            0                      0.0                      2.623155
1  PI912A0CV-O12            0                      0.0                      2.095256
2  PI912A0CV-O12            0                      0.0                      1.904961
3  PI912A0CV-O12            0                      0.0                      0.829332
4  PI912A0CV-O12            0                      0.0                      0.058469

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

python-athena-0.2.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

python_athena-0.2.0-py3-none-any.whl (2.4 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