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.
This is a preparation for removing the paramter df from the constructors
of GroupAnalysis and UnivariateAnalysis sections, which currently store df in the class and use
it to decide the code to generate.
BREAKING CHANGE: method add_cells of every section has a new required parameter df.
This is a preparation for removing the paramter
df
from the constructors ofGroupAnalysis
andUnivariateAnalysis
sections, which currently storedf
in the class and use it to decide the code to generate.BREAKING CHANGE: method
add_cells
of every section has a new required parameterdf
.