Releases: startable/pdtable
Releases · startable/pdtable
v1.0.1
v1.0.0
v0.0.20
v0.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
v0.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".
v0.0.17
Fixes bug when writing empty tables with xlsxwriter
v0.0.16
Fixes bug with excel writer parsing of engine_kwargs
v0.0.15
- Support for writing excel tables using
xlsxwriter
v0.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
v0.0.13
Fixed
- Issue in
make_table_dataframe
when usingunit_map
.