API Reference
EazyDataFix exposes three top-level functions. Every function documents its parameters, return type, raises, examples and best practices.
Public API
edf.assess()→ QualityReportCompute a full data-quality assessment for a dataset.
edf.fix()→ FixResultApply automated cleaning fixes to a dataset.
edf.profile()→ ProfileCompute a rich column-level profile of a dataset.
Conventions
Every function accepts a CSV/Excel path or a pandas.DataFrame. Keyword-only options follow the signature and never mutate the input. Return objects are serialisable via .to_dict(), .to_json() and (where relevant) .to_html().