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"`
Đang mở
api: bigquery
type: feature request
- Ngôn ngữ chính
- Python
- Star
- 5.4k
- Fork
- 1.8k
- Merge trung bình
- 3 ngày 4 giờ
- Pull request đã merge (30 ngày)
- 122
Mô tả
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".
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.