Pandas
Base class for a Pandas step
Extends the Step class with Pandas DataFrame support. The following: - Pandas steps are expected to return a Pandas DataFrame as output.
koheesio.pandas.pandas
module-attribute
#
pandas: ModuleType = (
import_pandas_based_on_pyspark_version()
)
koheesio.pandas.PandasStep #
Base class for a Pandas step
Extends the Step class with Pandas DataFrame support. The following: - Pandas steps are expected to return a Pandas DataFrame as output.