Closed hugovk closed 4 years ago
@hugovk Thank you for your report.
The problem fixed by the above commit. I will release the next version after several other fixes/enhancements.
Thank you! I've confirmed installing from master
fixes it.
Now, You can install pytablewriter 0.48.0
from PyPI which includes the commit.
Thank you, confirmed fixed!
With pytablewriter 0.47, I'm seeing quotes added around some strings with
NumpyTableWriter
andPandasDataFrameWriter
.Code
Before
After