Skip to content

Releases: suneelprojects/eazydatafix

EazyDataFix v0.2.1 – Stable Release

Choose a tag to compare

@suneelprojects suneelprojects released this 21 Jul 08:05

EazyDataFix v0.2.1

We're excited to announce the latest stable release of EazyDataFix.

✨ Highlights

  • Data Quality Assessment
  • Automated Data Cleaning
  • Dataset Profiling
  • Intelligent Recommendations
  • Multi-format Reports
    • HTML
    • PDF
    • Excel
    • CSV
    • JSON
    • Markdown
  • Professional Documentation Website
  • Improved Developer Experience
  • Enhanced Console Output

Installation

pip install -U eazydatafix

Documentation

https://eazydatafix.com

PyPI

https://pypi.org/project/eazydatafix/

EasyDataFix v0.1.3 – Data Source Architecture

Choose a tag to compare

@suneelprojects suneelprojects released this 11 Jul 15:38
7d384db

🚀 EasyDataFix v0.1.3

Highlights

  • Modular Data Source architecture
  • Registry-driven DatasetLoader
  • JSON support
  • Parquet support
  • Pandas DataFrame support
  • DatasetProfiler now supports all input formats
  • Backward-compatible API

New

  • easydatafix.datasources package
  • DataSource
  • DataSourceRegistry
  • DatasetLoader
  • default_registry
  • build_default_registry

Improvements

  • Extensible architecture for future data sources
  • Shared loader across assess, fix and profile
  • Cleaner separation of responsibilities

Bug Fixes

  • Fixed edf.profile() for Excel
  • Fixed edf.profile() for JSON
  • Fixed edf.profile() for Parquet
  • Fixed edf.profile() for DataFrame

Compatibility

No breaking API changes.

EasyDataFix v0.1.1

Choose a tag to compare

@suneelprojects suneelprojects released this 07 Jul 11:16

🎉 EasyDataFix v0.1.1

This is a maintenance release that improves the stability and usability of EasyDataFix.

✨ What's New

  • Fixed edf.fix() workflow
  • Added DataFrame assessment support in AssessmentEngine
  • Improved FixEngine integration
  • Fixed PDF export for Path objects
  • Added HTML report template to the package
  • Added MIT License
  • Updated package metadata
  • Updated author name to Suneel Kumar Kola

Supported Reports

  • Console Report
  • HTML Report
  • PDF Report
  • Excel Report
  • CSV Report
  • JSON Report
  • Markdown Report

Installation

pip install --upgrade easydatafix

Documentation

GitHub Repository

https://github.com/suneelprojects/easydatafix

Thank you for supporting EasyDataFix! 🚀

EasyDataFix v0.1.0

Choose a tag to compare

@suneelprojects suneelprojects released this 07 Jul 06:06

🎉 EasyDataFix v0.1.0

First public release of EasyDataFix.

✨ Features

  • Dataset Profiling
  • Data Quality Assessment
  • Completeness Analysis
  • Uniqueness Analysis
  • Validation Engine
  • Recommendation Engine
  • Data Quality Score
  • HTML Reports
  • PDF Reports
  • Excel Reports
  • CSV Reports
  • JSON Reports
  • Markdown Reports

🧪 Quality

  • GitHub Actions CI
  • Automated Tests
  • Python 3.10–3.13 Support

Installation

pip install easydatafix

(Currently available on TestPyPI. PyPI release coming next.)