Skip to content

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 #

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.

Output #

Output class for PandasStep

df class-attribute instance-attribute #

df: Optional[DataFrame] = Field(
    default=None, description="The Pandas DataFrame"
)