Closed
Description
Bug report for Colab: http://colab.research.google.com/.
For questions about colab usage, please use stackoverflow.
- Describe the current behavior:
Using the DataFrame.style in anyway completely removes all default table styling for dataframes.
See also this stackoverflow question
- Describe the expected behavior:
Using dataframe.style.apply
and/or dataframe.style.applymap
should add to the existing style, not remove all existing style. This is the default behavior in Jupyter.
-
The web browser you are using (Chrome, Firefox, Safari, etc.):
Chrome -
Link (not screenshot!) to a minimal, public, self-contained notebook that
reproduces this issue (click the Share button, then Get Shareable Link):
https://colab.research.google.com/drive/1iKoBlatiVWDV8qlYVwawh4W5apfv8DX-?usp=sharing