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 2019/09/13 15:40:34 UTC

[arrow] branch master updated (5bc0fda -> c4671b3)

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 5bc0fda  ARROW-6552: [C++] boost::optional in STL test fails compiling in gcc 4.8.2
     add c4671b3  ARROW-6557: [Python] Always return pandas.Series from Array/ChunkedArray.to_pandas. Add mechanism to preserve "column names" from RecordBatch, Table as Series.name

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi            | 11 ++++----
 python/pyarrow/lib.pxd              |  6 ++++
 python/pyarrow/pandas-shim.pxi      |  2 +-
 python/pyarrow/pandas_compat.py     |  2 +-
 python/pyarrow/table.pxi            | 16 +++++++----
 python/pyarrow/tests/test_pandas.py | 56 +++++++++++++++++++------------------
 python/pyarrow/tests/test_table.py  | 12 ++++++++
 7 files changed, 66 insertions(+), 39 deletions(-)