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'¶
-
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