apache_beam.dataframe.frame_base module¶
-
class
apache_beam.dataframe.frame_base.
UnusableUnpickledDeferredBase
(name)[source]¶ Bases:
object
Placeholder object used to break the transitive pickling chain in case a DeferredBase accidentially gets pickled (e.g. as part of globals).
Trying to use this object after unpickling is a bug and will result in an error.
-
class
apache_beam.dataframe.frame_base.
DeferredFrame
(expr)[source]¶ Bases:
apache_beam.dataframe.frame_base.DeferredBase
-
dtypes
¶
-
-
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.