apache_beam.dataframe.frame_base module

class apache_beam.dataframe.frame_base.DeferredFrame(expr)[source]

Bases: object

classmethod wrap(expr)[source]
dtypes
apache_beam.dataframe.frame_base.name_and_func(method)[source]
apache_beam.dataframe.frame_base.copy_and_mutate(func)[source]
exception apache_beam.dataframe.frame_base.WontImplementError[source]

Bases: NotImplementedError

An subclass of NotImplementedError to raise indicating that implementing the given method is infeasible.

Raising this error will also prevent this doctests from being validated when run with the beam dataframe validation doctest runner.