Unstructured Text Profile

class dataprofiler.profilers.unstructured_text_profile.TextProfiler(name, options=None)

Bases: object

Initialization of Text Profiler.

Parameters
  • name (String) – Name of the data

  • options (UnstructuredTextOptions) – Options for the Text Profiler

type = 'text'
diff(other_profile, options=None)

Finds the differences for two unstructured text profiles

Parameters
  • other_profile (TextProfiler) – profile to find the difference with

  • options (dict) – options for diff output

Returns

the difference between profiles

Return type

dict

property profile

Property for profile. Returns the profile of the column.

Returns

update(data)

Updates the column profile.

Parameters

data (pandas.core.series.Series) – df series

Returns

None