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

Distribution #985

Closed freyaliWL closed 5 months ago

freyaliWL commented 5 months 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.


Updated distribution plotting with Violin plotting. Changes were made within those files:
"class Violin()" - ./dataprep/eda/configs.py
"violin_viz()", "render_num()" - ./dataprep/eda/distributions/render.py

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


cd ./dataprep/tests/eda
poetry run pytest test_create_report.py

Snapshots:

image

Checklist: