sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.05k stars 206 forks source link

EDA: add pagination in plot #802

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

Currently, plot(df) display the distribution of all the columns at the same page. However, it does not look nice when the dataset has too many columns.

The solution here is to add the pagination functionality in the plot(df). The below shows one possible pagination layout:

image

Other layouts are also possible: image