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 9102530 Fix lint breakage from Merge pull request #13617 from
[BEAM-11289] [Python] Integrat… (#14710)
add 1b27df8 Allow attaching Singleton reason to NonParallelOperation
add 6788eca Add reason to most Singleton requirements
add aa8555d fillna(axis='index', limit=) is order-sensitive
add 3dcccdf quantile(axis=columns) is parallelizable
add e616dac shift(axis=index) is order-sensitive
new 54934dc [BEAM-11839] Add reason for most Singleton() requirements
(#14569)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/dataframe/expressions.py | 16 +-
sdks/python/apache_beam/dataframe/frames.py | 184 ++++++++++++++-------
sdks/python/apache_beam/dataframe/frames_test.py | 35 +++-
.../apache_beam/dataframe/pandas_doctests_test.py | 11 +-
sdks/python/apache_beam/dataframe/partitionings.py | 7 +
5 files changed, 186 insertions(+), 67 deletions(-)