IntegerArray docs follow-up #22003
Labels
Docs
Dtype Conversions
Unexpected or buggy dtype conversions
ExtensionArray
Extending pandas with custom dtypes or arrays.
Milestone
xref #21160
Make it clear that it is opt-in only, by passing/casting dtype. For example
[24]
and[27]
are still float64More clear separation from numpy dtype - worry that
'int64'
vs'Int64'
will be especially confusing for new people? Consider a different name altogether? (NullableInt64
?)The text was updated successfully, but these errors were encountered: