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
¶
-
classmethod
wrap
(expr, split_tuples=True)¶
-
-
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.
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-