julioasotodv / spark-df-profiling

Create HTML profiling reports from Apache Spark DataFrames
MIT License
195 stars 77 forks source link

idx is a variable name and not an index #30

Closed andyvanyperenAM closed 4 years ago

andyvanyperenAM commented 4 years ago

line 636, there was a .ix[idx] replaced by .iloc[idx] but this was incorrect since idx is a variable name and not an index.