Interactive data explorer in which you can visualize your data, handle missing values and explore your data.
You can use different pandas functions like head(), Describe(), info() and many more to explore your data.
You can use seaborn plots to visualize your data using interactive input for x and y value.
You can handle missing values by imputing mean max and min values or you can even remove columns.