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"`
オープン
api: bigquery
type: feature request
- 主要言語
- Python
- スター
- 5.4k
- フォーク
- 1.8k
- 平均マージ
- 3日 4時間
- マージ済み PR(30日)
- 122
説明
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".
コントリビューションガイド
評価
この issue はまだ評価されていません。