datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

Add method `Report.add_section`. #36

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

Add a method add_section to Report. The method should supplement the existing methods add_<section_name>, e.g. add_univariate_analysis. It should allow to add any class inheriting from edvart.report_sections.section_base.Section.

mbelak-dtml commented 1 year ago

Resolved by #146