googleapis / googleapis/google-cloud-python
feat: Use nullable Float64Dtype to allow NULL and NaN to be represented in the same Series when `dtype_backend="numpy_nullable"`
Aperta
api: bigquery
type: feature request
- Lingua principale
- Python
- Stelle
- 5.4k
- Fork
- 1.8k
- Merge medio
- 3g 4h
- PR unite (30g)
- 122
Descrizione
The Float64Dtype more closely matches the BigQuery semantics. Ideally we'd allow folks to use this to avoid the slight data loss of mapping both NULL and NaN to NaN with the existing numpy.float64 dtype.
Edit: Per googleapis/google-cloud-python#14482, we should only do this if dtype_backend="numpy_nullable".
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.