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
1.99k stars 203 forks source link

feat(eda): added sorting feature for create_diff_report #842

Closed devinllu closed 2 years ago

devinllu commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Added feature for create_diff_report() where users can sort the variables section by alphabetical order for example.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Manual tests in Jupyter notebook.

Snapshots:

Include snapshots for easier review.

Screen Shot 2022-03-01 at 9 15 35 PM

Screen Shot 2022-03-01 at 9 15 48 PM

Checklist: