amazon-redshift-python-driver
amazon-redshift-python-driver copied to clipboard
Missing support for PyArrow types in Pandas dataframes
Most of the data ingestion utilities (pd.read_csv, pd.read_parquet, pd.read_sql) since Pandas 2.2 include a dtype_backend='pyarrow' option to use PyArrow types instead of NumPy backend.
It would be awesome if there was support for this.