julioasotodv / spark-df-profiling

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

Bugfix/ix iloc #28

Closed andyvanyperenAM closed 5 years ago

andyvanyperenAM commented 5 years ago

When creating a profile, I get warning messages from pandas that .ix is deprecated and should be replace by .loc or .iloc. In this bug fix, I took this action.