capitalone / DataProfiler

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

Bug while running the merge profile list notebook #1013

Closed ksneab7 closed 10 months ago

ksneab7 commented 1 year ago

General Information:

Describe the bug: dataprofiler.profilers.utils has changed to this dataprofiler.profilers.profiler_utils

ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 11
     10     import dataprofiler as dp
---> 11     from dataprofiler.profilers.utils import merge_profile_list
     12 except ImportError:

ModuleNotFoundError: No module named 'dataprofiler.profilers.utils'

During handling of the above exception, another exception occurred:

ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 14
     12 except ImportError:
     13     import dataprofiler as dp
---> 14     from dataprofiler.profilers.utils import merge_profile_list
     16 # remove extra tf loggin
     17 tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)

ModuleNotFoundError: No module named 'dataprofiler.profilers.utils'

To Reproduce: Checkout latest (0.10.3) version of the dataprofiler run notebook named merge_profile_list.ipynb

Expected behavior: Failure on module import

mxnavid commented 1 year ago

Addressed this issue in this PR: https://github.com/capitalone/DataProfiler/pull/1021

taylorfturner commented 10 months ago

Merged and resolved. Thanks @ksneab7 and @mxnavid