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.
Install latest release version via pip
$ pip install pandas-amazon-redshift
Install latest development version
$ pip install git+https://github.com/yutaka-kabu/pandas-amazon-redshift.git
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandas-amazon-redshift-0.1.1.tar.gz.
File metadata
- Download URL: pandas-amazon-redshift-0.1.1.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b275d35a979591312c5fc5fbbde03bd3b9825ed485dc4b7e9a5255cbdff0169f
|
|
| MD5 |
6f4d8f3437923b9b5b1b1819d6d73df3
|
|
| BLAKE2b-256 |
5f03e870dfb6e447228322babdeae8b665265c2e98859f64bbb15842f04aedaf
|
File details
Details for the file pandas_amazon_redshift-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pandas_amazon_redshift-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd10249043603dc46c3035568590d252c54a166bc13633a6f9746993bcb5043
|
|
| MD5 |
2f8759266b498f25e6c32b0cfb418af0
|
|
| BLAKE2b-256 |
2dcbdbaa8ad0ada626b5313ef7b514c5dd37aca092afc5a700c93db47f013b1f
|