You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/04/12 23:18:23 UTC

[beam] branch master updated (46d1480f185 -> 0086a2b8cb0)

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

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


    from 46d1480f185 Merge pull request #17349: [BEAM-14299] Do not pass null as default value to MoreObjects.firstNonNull
     add 0086a2b8cb0 [BEAM-13966] Add pivot(), a non-deferred column operation on categorical columns (#17043)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/frames.py        | 138 ++++++++++++++
 sdks/python/apache_beam/dataframe/frames_test.py   | 202 +++++++++++++++++++--
 .../apache_beam/dataframe/pandas_doctests_test.py  |  24 ++-
 3 files changed, 345 insertions(+), 19 deletions(-)