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/04/20 21:27:36 UTC

[beam] branch master updated (fbf1775 -> 6060d99)

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 fbf1775  [BEAM-9775] Add Go support for SDF StandardRequirements. (#11443)
     add 6060d99  [BEAM-9496] Add to_dataframe and to_pcollection APIs. (#11264)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/convert.py      |  98 +++++++++++++++
 sdks/python/apache_beam/dataframe/convert_test.py |  64 ++++++++++
 sdks/python/apache_beam/dataframe/expressions.py  |  18 ++-
 sdks/python/apache_beam/dataframe/transforms.py   | 138 ++++++++++++++--------
 4 files changed, 266 insertions(+), 52 deletions(-)
 create mode 100644 sdks/python/apache_beam/dataframe/convert.py
 create mode 100644 sdks/python/apache_beam/dataframe/convert_test.py