The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekitplugins.pandera.pandas_renderer
Directory
Classes
| Class | Description |
|---|---|
PandasReport |
|
PandasReportRenderer |
Variables
| Property | Type | Description |
|---|---|---|
DATA_ERROR_COLUMNS |
list |
|
DATA_ERROR_DISPLAY_ORDER |
list |
|
DATA_ERROR_KEY |
str |
|
DATA_PREVIEW_HEAD |
int |
|
ERROR_COLUMN_MAX_WIDTH |
int |
|
FAILURE_CASE_LIMIT |
int |
|
SCHEMA_ERROR_COLUMNS |
list |
|
SCHEMA_ERROR_KEY |
str |
|
TYPE_CHECKING |
bool |
flytekitplugins.pandera.pandas_renderer.PandasReport
Parameters
class PandasReport(
summary: pandas.DataFrame,
data_preview: pandas.DataFrame,
schema_error_df: typing.Optional[pandas.DataFrame],
data_error_df: typing.Optional[pandas.DataFrame],
)| Parameter | Type | Description |
|---|---|---|
summary |
pandas.DataFrame |
|
data_preview |
pandas.DataFrame |
|
schema_error_df |
typing.Optional[pandas.DataFrame] |
|
data_error_df |
typing.Optional[pandas.DataFrame] |
flytekitplugins.pandera.pandas_renderer.PandasReportRenderer
Parameters
class PandasReportRenderer(
title: str,
)| Parameter | Type | Description |
|---|---|---|
title |
str |
Methods
| Method | Description |
|---|---|
to_html() |
to_html()
def to_html(
data: pandas.DataFrame,
schema: pandera._pandas_deprecated.DataFrameSchema,
error: typing.Optional[pandera.errors.SchemaErrors],
) -> str| Parameter | Type | Description |
|---|---|---|
data |
pandas.DataFrame |
|
schema |
pandera._pandas_deprecated.DataFrameSchema |
|
error |
typing.Optional[pandera.errors.SchemaErrors] |