capitalone / DataProfiler

What's in your data? Extract schema, statistics and entities from datasets
https://capitalone.github.io/DataProfiler
Apache License 2.0
1.43k stars 162 forks source link

UnstructuredDataLabelerProfile needs an options class #180

Open JGSweets opened 3 years ago

JGSweets commented 3 years ago

Is your feature request related to a problem? Please describe. Need the ability to enable / disable calculations in the labeler or set the parameters for labeling.

Describe the outcome you'd like:

options = UnstructuredDataLabelerOptions(...)
options.is_enabled = True/False
options.data_labeler...
options.separators = ...
JGSweets commented 3 years ago

Is this appropriate still?

JGSweets commented 3 years ago

Currently uses options, but still is not using property calcs.

Additionally, the labeler options are not unique to unstructured