alan-turing-institute / WimbledonPlanner

Project planning for REG
MIT License
0 stars 0 forks source link

Limitations of Styling HTML with Pandas #20

Closed jack89roberts closed 5 years ago

jack89roberts commented 5 years ago

The whiteboard visualisation is currently styled and saved to HTML using pandas:

https://pandas.pydata.org/pandas-docs/stable/user_guide/style.html

https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.DataFrame.to_html.html

It has some limitations, including:

jack89roberts commented 5 years ago

Relates to #3

jack89roberts commented 5 years ago

Now replaced with a custom function that writes HTML/CSS. Cell spacing/sizes still a pain in general but improved compared to the pandas function. Marking as closed.