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 b195371 (commit)
to 225fcd0 (commit)
from b195371 Minor: Fix missing f-string in nlargest/nsmallest error
messages (#15069)
add 56e9713 [BEAM-9547] Add implementation for from_dict, from_records
(#15034)
add 77fcf29 [BEAM-11951] added "Differences from Pandas" page for
DataFrame (#15074)
add f6735ee [BEAM-9547] reindex is order-sensitive (#15032)
add 4cb5046 Minor: Fix incorrect s.apache.org links (#15084)
add dd01eb9 Minor: Announce DataFrame API leaving experimental in 2.32.0
(#15053)
add 225fcd0 [BEAM-9547] Add support for xs on DataFrame and Series
(#15078)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 20 ++++-
sdks/python/apache_beam/dataframe/frames.py | 88 ++++++++++++++++++++-
sdks/python/apache_beam/dataframe/frames_test.py | 42 ++++++++++
.../apache_beam/dataframe/pandas_doctests_test.py | 24 +++---
.../dsls/dataframes/differences-from-pandas.md | 92 ++++++++++++++++++++++
.../en/documentation/dsls/dataframes/overview.md | 32 ++------
.../layouts/partials/section-menu/en/sdks.html | 6 +-
7 files changed, 260 insertions(+), 44 deletions(-)
create mode 100644
website/www/site/content/en/documentation/dsls/dataframes/differences-from-pandas.md