- Handle non-string destinations when reading e.g. Excel.
1.0.0
- `TableDataFrame` now produces less warning messages when pandas methods are called.
0.0.20
Changed
- [139](https://github.com/startable/pdtable/issues/139) `ParseFixer` has new option to allow for non-strict types.
0.0.19
Fixed
- Now allows to write tables with NaNs to JSON
Changed
- Support for Pandas 2.0. * Important: this changes how dates are interpreted by default! Now strings in the format AA/BB/YYYY will be interpreted as MM/DD/YYYY, following the Pandas default. - Now allows for constructing new Table object with different metadata
0.0.18
Fixed
- Bug causing types of columns in DataFrame not to be checked.
Changed
- `str` destinations in `TableMetadata` constructor will now be transformed into a `set`. This means that `destinations="abc"` is interpreted as destination "abc" instead of destinations "a", "b", and "c".
0.0.17
Fixed
- Bug causing `write_excel` with xlsxwriter crashing when writing empty transposed tables.