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

The interface of `Section.add_cells` is non-intuintive #172

Open mbelak-dtml opened 11 months ago

mbelak-dtml commented 11 months ago

The method add_cells gets a list, which it is expected to modify. It would be more intuitive if the method instead returned the cells it needs to add instead of modifying a parameter.

mbelak-dtml commented 11 months ago

See https://github.com/datamole-ai/edvart/pull/159#discussion_r1350653500