You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/01/15 00:25:15 UTC

[arrow] branch master updated (b4c72fe -> 3b000b7)

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

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


    from b4c72fe  ARROW-7575: [R] Linux binary packaging followup
     add 3b000b7  ARROW-3789: [Python] Use common conversion path for Arrow to pandas.Series/DataFrame. Zero copy optimizations for DataFrame, add split_blocks and self_destruct options

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/arrow_to_pandas.cc | 2326 ++++++++++++++-----------------
 cpp/src/arrow/python/arrow_to_pandas.h  |   61 +-
 cpp/src/arrow/python/type_traits.h      |   29 +-
 cpp/src/arrow/table.cc                  |   16 +
 cpp/src/arrow/table.h                   |   10 +-
 cpp/src/arrow/table_test.cc             |   23 +
 cpp/src/arrow/type_traits.h             |   13 +
 docs/source/python/pandas.rst           |   72 +
 python/pyarrow/array.pxi                |  109 +-
 python/pyarrow/includes/libarrow.pxd    |   18 +-
 python/pyarrow/pandas_compat.py         |    6 +-
 python/pyarrow/table.pxi                |   60 +-
 python/pyarrow/tests/test_pandas.py     |   60 +-
 13 files changed, 1419 insertions(+), 1384 deletions(-)