Releases: suneelprojects/eazydatafix
Releases · suneelprojects/eazydatafix
Release list
EazyDataFix v0.2.1 – Stable Release
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
- Excel
- CSV
- JSON
- Markdown
- Professional Documentation Website
- Improved Developer Experience
- Enhanced Console Output
Installation
pip install -U eazydatafixDocumentation
PyPI
EasyDataFix v0.1.3 – Data Source Architecture
🚀 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.datasourcespackageDataSourceDataSourceRegistryDatasetLoaderdefault_registrybuild_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
🎉 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
Pathobjects - 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 easydatafixDocumentation
GitHub Repository
https://github.com/suneelprojects/easydatafix
Thank you for supporting EasyDataFix! 🚀
EasyDataFix v0.1.0
🎉 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.)