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

Ouverte
#14,483 1 commentaire 0 réactions 1 personne assignée Réclamée par @tswast Voir sur GitHub
api: bigquery type: feature request
Langage dominant
Python
Étoiles
5.4k
Forks
1.8k
Merge moyen
3 j 4 h
PR mergées (30 j)
122

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.