A library to load data from Amazon Redshift into a pandas DataFrame and write DataFrames back to Redshift. Version 2.0.5 is the latest; release cadence is sporadic. It uses SQLAlchemy under the hood for connection management.
pip install pandas-redshiftNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example: read query results into DataFrame, then write DataFrame to a new table.
Change import from 'import redshift_pandas' to 'import pandas_redshift'.
Always specify s3_bucket and iam_role (or access_key/secret_key) when writing to Redshift.
Use 'import pandas_redshift' instead of 'import redshift'.