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 39923d8  Misc sphinx fixes (#14485)
     add 8450ca6  [BEAM-12024] Move examples.wordcount_dataframe to 
examples.dataframe, add taxiride example (#14308)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/frames.py        |   1 +
 .../apache_beam/examples/dataframe/taxiride.py     | 122 ++++++++++++++++++++
 .../examples/dataframe/taxiride_test.py            | 127 +++++++++++++++++++++
 .../wordcount.py}                                  |   5 +-
 .../wordcount_test.py}                             |   5 +-
 .../apache_beam/examples/wordcount_dataframe.py    |  59 +---------
 6 files changed, 258 insertions(+), 61 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/dataframe/taxiride.py
 create mode 100644 sdks/python/apache_beam/examples/dataframe/taxiride_test.py
 copy sdks/python/apache_beam/examples/{wordcount_dataframe.py => 
dataframe/wordcount.py} (94%)
 rename sdks/python/apache_beam/examples/{wordcount_dataframe_test.py => 
dataframe/wordcount_test.py} (92%)

Reply via email to