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

Fix Continuous Distribution for Graph Profiler #1047

Closed atl1502 closed 5 months ago

atl1502 commented 1 year ago

The parameters for the continuous distributions in graph profiler were being passing in incorrectly. This caused the report to list the distribution's moments as a list rather than a single value. This fix addresses those issues by properly passing in the distribution parameters.

taylorfturner commented 11 months ago

pending 0.10.6 release first

taylorfturner commented 11 months ago

updated new base to dev -- will need to rebase probably @atl1502