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

Refactor report sections for tabular data into a separate sub-package #26

Open mbelak-dtml opened 1 year ago

mbelak-dtml commented 1 year ago

Time series analysis report sections are located under edvart.report_sections.timeseries_analysis, while tabular report sections are located directly under edvart.report_sections, where they are mixed with other modules section_base, code_string_formatting.

Move the report sections for tabular data under edvart.report_sections.tabular.