apache_beam.dataframe.frame_base module¶
-
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.