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!: Add parameter `df` to method `Section.add_cells`. #137

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

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.