aws / aws/amazon-redshift-python-driver
Missing support for PyArrow types in Pandas dataframes
- Langage dominant
- Python
- Étoiles
- 220
- Forks
- 86
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
The issue names pd.read_csv, pd.read_parquet, and pd.read_sql but no repository files or tests. First locate the data-ingestion paths that construct Pandas dataframes and inspect current dtype handling; establish coverage for dtype_backend='pyarrow', then verify all three ingestion paths handle PyArrow-backed dataframes.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- pandas, python
- Domaine
- data
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 30/100