shhanani

Results 4 comments of shhanani

@julioasotodv @XD-DENG I tried copy the latest master branch manually, and test running it using some data. But, it's prompting the wrong missing value in the HTML report which is...

Is this fixed yet? mine also shows wrong missing data as 0%

@harika1419 I think I found the issue. It's in line 397. Change to this: ``` results_data = df.select(column).na.drop().agg(countDistinct(col(column)).alias("distinct_count"), count(col(column)).alias("count")).toPandas() ``` @julioasotodv you might need to look at this solution

Hi @harika1419, Thanks for informing. I'm facing this issue while using spark 2.4.2, that is why I thought its not fixed yet.