Closed
Description
From #4168. We should add support for pandas' nullable Integer extension dtypes, as those could map nicely to arrows integer types.
Ideally this happens in a generic way though, and not specific for this extension type, which is discussed in ARROW-5271
Reporter: Joris Van den Bossche / @jorisvandenbossche
Related issues:
- spark.createDataFrame fails with pandas DataFrame including pandas.NA (blocks)
- [Python] Add API to map Arrow types (including extension types) to pandas ExtensionArray instances for to_pandas conversions (is blocked by)
- [Python] Support protocols to extract Arrow objects from third-party classes (is blocked by)
- [Python] Interface for converting pandas ExtensionArray / other custom array objects to pyarrow Array (is blocked by)
- Support pandas nullable integer type Int64 (duplicates)
Note: This issue was originally created as ARROW-5379. Please see the migration documentation for further details.