edfEazyDataFix

Changelog

Every release, grouped by version. Follows Keep-a-Changelog conventions.

v0.2.0New data sourcesplannedPlanned
Added
  • JSON reader with schema inference
  • Parquet reader/writer
  • SQLite connector via SQLAlchemy
  • assess() supports --format=json output
v0.1.1Bug fixes and polishreleasedPlaceholder
Changed
  • Reduced default sample size for correlation calculation.
  • Report.summary() now prints numbers with thousands separators.
Fixed
  • assess() no longer crashes on empty CSV files
  • fix() correctly preserves timezone-aware datetimes
  • profile() handles all-null columns without raising
v0.1.0Initial releasereleasedPlaceholder
Added
  • edf.assess() — dataset quality report
  • edf.fix() — opinionated auto-cleaning pipeline
  • edf.profile() — column-level profiling
  • CSV, Excel and pandas.DataFrame inputs
  • HTML/JSON export for reports