Releases: thombashi/pytablewriter
Releases · thombashi/pytablewriter
v0.1.4
- Fix: PythonCodeTableWriter was written
None
as string ("None"
). cfdf591
- Fix: PandasDataFrameWriter is not properly write a table. 9b82a97
- Change: write null string when a value in a table is None. cfdf591
v0.1.3
- Fix: converting
None
value to null
with JavaScriptTableWriter and JsonTableWriter classes