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.01k stars 204 forks source link

feat(eda): add sort by for variables section in create_report #791

Closed khoatxp closed 2 years ago

khoatxp commented 2 years ago

Description

Add the following sort by cases for the variables section in create_report()

Add reverse order option for all of the above sort by cases

Note: For the changes in variables.html. I only added the section-sort div to the file, the rest is just indenting to match with the new div

How Has This Been Tested?

Tested manually by inspecting the report viewed on browser

Snapshots:

image

Screen Shot 2022-01-25 at 11 28 56 PM

Checklist: