table-compositor
table-compositor copied to clipboard
A xlsx and html rendering library for rendering data available in Pandas DataFrames.
Results
2
table-compositor issues
Sort by
recently updated
recently updated
newest added
Search was failing in docbot because of a sphinx_rtd_theme configuration problem.
A dataframe with hierarchical columns in where the outer labels are not grouped causes the an error in `to_xlsx_worksheet`. I think it's most easily illustrated with an example: ```python from...