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

Feature Proposal: Show Details Tab in create_diff_report #765

Open devinllu opened 2 years ago

devinllu commented 2 years ago

Summary

Add the show details tab in the variables section of create_diff_report.

Design-level Explanation Actions

Design-level Explanation

Implementation-level Explanation

Refer to design-level explanation.

Rational and Alternatives

This follows the current workflow of create_report. Dask computations are already being utilized for computing all necessary values, so we will just need to render this in the UI.

Prior Art

N/A

Future Possibilities

More implementations will be added in create_diff_report similar to those shown in create_report.

Implementation-level Actions

N/A, refer to design-level explanation.

Additional Tasks