macxred / pyledger

Python package to streamline the implementation and management of accounting systems.
MIT License
0 stars 0 forks source link

Drop DataFrame Index in `LedgerEngine.standardize_...()` methods #2

Closed lasuk closed 2 months ago

lasuk commented 6 months ago

LedgerEngine.standardize_vat_codes() currently returns a DataFrame with the vat_code as index.

We decided to stop using DataFrame indexes and should adapt the interface accordingly.

This change will affect the test suite in cashctrl_ledger. See example.