Documentation autogenerated using Great Expectations.

Actions

Validation Filter:

Expectation Suite Overview

Info

Full Data Asset Identifier
titanic/default/Titanic
Data Asset Type
Dataset
Expectation Suite Name
BasicDatasetProfiler
Great Expectations Version
0.9.0b0+60.gc658a289

Table-Level Expectations

  • Must have more than 0 rows.
  • This table should have a list of columns in a specific order, but that order is not specified.

Notes

This Expectation suite currently contains 51 total Expectations across 7 columns.

To add additional notes, edit the meta.notes.content field in the appropriate Expectation json file.

Age

  • value types must belong to this set: DOUBLE_PRECISION DoubleType FLOAT FLOAT4 FLOAT8 FloatType NUMERIC float.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • minimum value may have any numerical value.
  • maximum value may have any numerical value.
  • mean may have any numerical value.
  • median may have any numerical value.
  • Column quantiles must be within the following value ranges:

  • Quantile Min Value Max Value
    0.05
    Any
    Any
    Q1
    Any
    Any
    Median
    Any
    Any
    Q3
    Any
    Any
    0.95
    Any
    Any
  • Column can match any distribution.

Name

  • value types must belong to this set: CHAR StringType TEXT VARCHAR str string.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • values must not match this regular expression: ^\s+|\s+$.

PClass

  • value types must belong to this set: CHAR StringType TEXT VARCHAR str string.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • values must not match this regular expression: ^\s+|\s+$.
  • distinct values must belong to a set, but that set is not specified.

Sex

  • value types must belong to this set: CHAR StringType TEXT VARCHAR str string.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • values must not match this regular expression: ^\s+|\s+$.
  • distinct values must belong to a set, but that set is not specified.

SexCode

  • value types must belong to this set: BIGINT BYTEINT DECIMAL INT INTEGER IntegerType LongType SMALLINT TINYINT int.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • distinct values must belong to a set, but that set is not specified.

Survived

  • value types must belong to this set: BIGINT BYTEINT DECIMAL INT INTEGER IntegerType LongType SMALLINT TINYINT int.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • distinct values must belong to a set, but that set is not specified.

Unnamed: 0

  • value types must belong to this set: BIGINT BYTEINT DECIMAL INT INTEGER IntegerType LongType SMALLINT TINYINT int.
  • may have any number of unique values.
  • may have any fraction of unique values.
  • values must not be null, at least 50 % of the time.
  • values must belong to this set: [ ].
  • values must be unique.

Documentation autogenerated using Great Expectations.