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/07/29 21:26:14 UTC

[beam] branch master updated (da49b24 -> 2496fc4)

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 da49b24  Support creation of empty PCollection in beam CreateList
     add 36dc765  Extend elementwise to generic proxy fn.
     add ce5d75b  Add a more methods to dataframes.
     add a37170e  Add support for dataframe scalar values.
     add 8b08bf2  More dataframes methods and test filters.
     add b365608  Reviewer comments.
     add de7fa96  Skip dict-order-sensitive tests on 3.5.
     new 2496fc4  Merge pull request #11974 [BEAM-9547] Add more methods to deferred dataframes.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/dataframe/doctests.py      |  62 ++++--
 sdks/python/apache_beam/dataframe/frame_base.py    | 109 +++++++++-
 sdks/python/apache_beam/dataframe/frames.py        | 240 ++++++++++++++++++++-
 .../apache_beam/dataframe/pandas_doctests_test.py  |  76 ++-----
 sdks/python/apache_beam/dataframe/transforms.py    |  47 ++--
 .../apache_beam/dataframe/transforms_test.py       |  40 +++-
 6 files changed, 454 insertions(+), 120 deletions(-)


[beam] 01/01: Merge pull request #11974 [BEAM-9547] Add more methods to deferred dataframes.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2496fc40bc746dfc8dab41b7030592630f9ce253
Merge: da49b24 de7fa96
Author: Robert Bradshaw <ro...@google.com>
AuthorDate: Wed Jul 29 14:25:41 2020 -0700

    Merge pull request #11974 [BEAM-9547] Add more methods to deferred dataframes.

 sdks/python/apache_beam/dataframe/doctests.py      |  62 ++++--
 sdks/python/apache_beam/dataframe/frame_base.py    | 109 +++++++++-
 sdks/python/apache_beam/dataframe/frames.py        | 240 ++++++++++++++++++++-
 .../apache_beam/dataframe/pandas_doctests_test.py  |  76 ++-----
 sdks/python/apache_beam/dataframe/transforms.py    |  47 ++--
 .../apache_beam/dataframe/transforms_test.py       |  40 +++-
 6 files changed, 454 insertions(+), 120 deletions(-)