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