Pdtable

Latest version: v1.0.0

Safety actively analyzes 623106 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

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.

0.0.16

Fixed
- Bug causing `write_excel` `engine_kwargs` arguments to not be passed on to the engine.

0.0.15

Added
- Support for writing Excel files with `xlsxwriter`.

0.0.14

Fixed
- Can now read empty tables (tables with only name and origin, no column or unit information).
- Fixes deprecation warning related to numpy type
- Fixes warning when calling `groupby` method

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.