great_expectations.render.renderer.content_block.profiling_overview_table_content_block

Module Contents

Classes

ProfilingOverviewTableContentBlockRenderer()

class great_expectations.render.renderer.content_block.profiling_overview_table_content_block.ProfilingOverviewTableContentBlockRenderer

Bases: great_expectations.render.renderer.content_block.content_block.ContentBlockRenderer

classmethod render(cls, ge_object, header_row=None)

Each expectation method should return a list of rows

classmethod expect_column_values_to_not_match_regex(cls, ge_object)
classmethod expect_column_unique_value_count_to_be_between(cls, ge_object)
classmethod expect_column_proportion_of_unique_values_to_be_between(cls, ge_object)
classmethod expect_column_max_to_be_between(cls, ge_object)
classmethod expect_column_mean_to_be_between(cls, ge_object)
classmethod expect_column_values_to_not_be_null(cls, ge_object)
classmethod expect_column_values_to_be_null(cls, ge_object)