great_expectations.profile.columns_exist

Module Contents

Classes

ColumnsExistProfiler()

class great_expectations.profile.columns_exist.ColumnsExistProfiler

Bases: great_expectations.profile.base.DatasetProfiler

classmethod _profile(cls, dataset, configuration=None)

This function will take a dataset and add expectations that each column present exists.

Parameters
  • dataset (great_expectations.dataset) – The dataset to profile and to which to add expectations.

  • configuration – Configuration for select profilers.