This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from abfd4c6 (commit)
to 50997ad (commit)
from abfd4c6 Merge pull request #15519 from ajamato/master
add 081cb9a [BEAM-12701] Added extra parameter in to_csv for
DeferredFrame to name the PTransform label (#15450)
add 442bf87 [BEAM-12899] Upgrade Gradle to version 6.9.x
add f969f9a Merge pull request #15513 from [BEAM-12899] Upgrade Gradle to
version 6.9.x
add 7db9554 [BEAM-12535] add dataframes notebook (#15470)
add 31806e3 [BEAM-12603] Add retries to FnApiRunnerTest due to flakiness
of grpc networking on jenkins machines.
add 50997ad [BEAM-12603] Add retries to FnApiRunnerTest due to flakiness
of grpc … (#15524)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 2 +
examples/notebooks/tour-of-beam/dataframes.ipynb | 747 +++++++++++++++++++++
gradle/wrapper/gradle-wrapper.properties | 2 +-
sdks/python/apache_beam/dataframe/io.py | 13 +-
sdks/python/apache_beam/dataframe/io_test.py | 29 +
.../portability/fn_api_runner/fn_runner_test.py | 52 ++
.../dsls/dataframes/differences-from-pandas.md | 2 +-
.../en/documentation/dsls/dataframes/overview.md | 4 +
.../site/content/en/get-started/tour-of-beam.md | 9 +
9 files changed, 853 insertions(+), 7 deletions(-)
create mode 100644 examples/notebooks/tour-of-beam/dataframes.ipynb