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 2020/09/22 21:16:16 UTC

[beam] branch master updated (8ff41e2 -> bada591)

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 8ff41e2  Merge pull request #12730 from mouyang/BEAM-10532
     add bada591  [BEAM-10894] Support for more pandas formats. (#12844)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/frame_base.py |   4 +-
 sdks/python/apache_beam/dataframe/frames.py     |   9 +-
 sdks/python/apache_beam/dataframe/io.py         | 167 +++++++++++++++++++++---
 sdks/python/apache_beam/dataframe/io_test.py    |  95 ++++++++++++++
 4 files changed, 254 insertions(+), 21 deletions(-)