Skip to main content

Pandas interface to Amazon Redshift

Project description

pandas-amazon-redshift is a package to provide an interface between the Amazon Redshift Data API and pandas.

This package allows you to pass data between Amazon Redshift and``pandas.DataFrame`` objects without managing database connections.

In addtion, you can receive the following benefit from this package.

  • When reading data from Redshift, this package cast data to appropriate data type

  • Before writing data to Redshift, this package check the data. In case invalid data for specified data type, this package raises error before manipulating Redshift cluster like creating tables or inserting data, which means atomicity.

You can use this package for both private and commercial use while this project is not officially supported by Amazon Web Services.

Now I am looking for contributors to enhance this package. If you are interested, feel free to pull requests or reach out to me.

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-amazon-redshift-0.1.0.tar.gz (32.1 kB view hashes)

Uploaded Source

Built Distribution

pandas_amazon_redshift-0.1.0-py3-none-any.whl (17.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