google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

feat: Use nullable Float64Dtype to allow NULL and NaN to be represented in the same Series when `dtype_backend="numpy_nullable"`

Open tswast opened this issue 2 years ago • 1 comments

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".

tswast avatar Mar 07 '23 16:03 tswast

Per https://github.com/googleapis/google-cloud-python/issues/14482, we should only do this if dtype_backend="numpy_nullable".

tswast avatar Mar 29 '23 15:03 tswast