You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/11/05 05:47:25 UTC

[beam] branch master updated (630a41f -> 7223fb3)

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

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


    from 630a41f  [BEAM-11196] Set parent of fused stages to the lowest common ancestor (#13202)
     add 94f6795  Allow use of index as series.
     add 26e8bd1  Allow setting columns.
     add 0c20051  Add utility to test a set of strings.
     add 7c5618c  Add a proxy for panda's top-level module functions.
     add 8a400dc  [BEAM-9547] Implement pd.concat().
     add 174d2b6  todo, lint
     add 7223fb3  Merge pull request #13252 [BEAM-9547] Provide some top level pandas functions.

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/doctests.py      |  45 ++++---
 sdks/python/apache_beam/dataframe/frame_base.py    |  13 ++
 sdks/python/apache_beam/dataframe/frames.py        |  14 ++
 sdks/python/apache_beam/dataframe/frames_test.py   |  11 ++
 .../apache_beam/dataframe/pandas_doctests_test.py  |  68 ++++++++++
 .../dataframe/pandas_top_level_functions.py        | 149 +++++++++++++++++++++
 6 files changed, 281 insertions(+), 19 deletions(-)
 create mode 100644 sdks/python/apache_beam/dataframe/pandas_top_level_functions.py