Unstructured Labeler Profile¶
- class dataprofiler.profilers.unstructured_labeler_profile.UnstructuredLabelerProfile(data_labeler_dirpath=None, options=None)¶
Bases:
object
Initialization of Data Label profiling for unstructured datasets.
- Parameters
data_labeler_dirpath (String) – Directory path to the data labeler
options (DataLabelerOptions) – Options for the data labeler column
- type = 'data_labeler'¶
- report(remove_disabled_flag=False)¶
Private abstract method for returning report.
- Parameters
remove_disabled_flag (boolean) – flag to determine if disabled options should be excluded in the report.
- diff(other_profile, options=None)¶
Finds the differences for two unstructured labeler profiles
- Parameters
other_profile (UnstructuredLabelerProfile) – profile to find the difference with
options (dict) – options for diff output
- Returns
the difference between entity counts/percentages
- Return type
dict
- property label_encoding¶
- update(df_series)¶
- property profile¶