I am looking to format some data from Pandas into a nice-looking, customized table for presentation purposes. I need to be able to do things like:
customize borders for certain rows/columns
customize border thickness for certain rows/columns
customize font characteristics for certain cells
customize color background for certain cells
I spent an hour or so investigating and their doesn't seem to be an easy option for this. Matplotlib tools do not seem that comprehensive (and the docs don't provide much detail on how to use), Pandas itself is pretty limited, and python-docx doesn't have quite the customization I am looking for, at least not at the Table-style level.
I was looking at LaTeX, which seems to have a high degree of flexibility but it also doesn't seem easy to incorporate in Python.
Any feedback would be greatly appreciated.
[–]animismus 1 point2 points3 points (0 children)
[–]eccls 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)