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.
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.
Time series analysis report sections are located under
edvart.report_sections.timeseries_analysis
, while tabular report sections are located directly underedvart.report_sections
, where they are mixed with other modulessection_base
,code_string_formatting
.Move the report sections for tabular data under
edvart.report_sections.tabular
.