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!: rename ConstantOccurence -> ConstantOccurrence #111

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

Occurence is a misspelling.

BREAKING CHANGE: Class edvart.report_sections.dataset_overview.ConstantOccurence renamed to ConstantOccurrence. BREAKING CHANGE: Parameter verbosity_constant_occurence of edvart.report.ReportBase.add_overview renamed to verbosity_constant_occurrence. BREAKING CHANGE: Enum value ConstantOccurence of edvart.report_sections.dataset_overview.Overview.OverviewSubsection changed to ConstantOccurrence.