Summary:
markdown-table-repair is a Python package that repairs and cleans malformed Markdown tables, converting them into structured pandas DataFrames.
Changes in this Release:
- Added support for handling various malformed markdown table formats.
- Added unit tests for standard and malformed markdown tables.
Installation:
To install the package, run:
pip install markdown-table-repair
**Full Changelog**: https://github.com/MAbdanM/markdown-table-repair/commits/v0.1.0