BUG: DataFrame.to_dict(orient="records") does not return native types with frame constructed from pyarrow Scalars #37642
Labels
Arrow
pyarrow functionality
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
ExtensionArray
Extending pandas with custom dtypes or arrays.
On 1.2 master:
This is inconsistent with the corresponding op for NumPy backed types (xref #37571)
In general we'd like
to_dict
to return Python native types if possible.The text was updated successfully, but these errors were encountered: