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

feat: add null ratio to column stats #1052

Closed suprabhatgurrala closed 1 year ago

suprabhatgurrala commented 1 year ago

Null ratio is computed as a global stat, but not on a column-level. I've made a simple change to compute null ratio as a column stat by dividing null_count / sample_size.

Had to delete and re-create my fork repo in order to branch from dev, which is why I closed #1051