You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/01/23 17:42:57 UTC

[arrow] branch master updated (9d5ff0c -> 61c6b95)

This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 9d5ff0c  ARROW-7639: [R] Cannot convert Dictionary Array to R when values aren't strings
     add 61c6b95  ARROW-7569: [Python] Add API to map Arrow types to pandas ExtensionDtypes in to_pandas conversions

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi            | 14 ++++++-
 python/pyarrow/pandas_compat.py     | 76 ++++++++++++++++---------------------
 python/pyarrow/table.pxi            |  6 ++-
 python/pyarrow/tests/test_pandas.py | 28 ++++++++++++++
 4 files changed, 76 insertions(+), 48 deletions(-)