Skip to content

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

Open
@tswast

Description

@tswast

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 #621, we should only do this if dtype_backend="numpy_nullable".

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions