I am trying to format my dataframe in HTML using the newly included \'style\' in Pandas 0.19. I am trying to replicate the same things using the exact same scripts but I get a <
See the note below Out [2] here. Styler objects define a _repr_html_ which renders the HTML in the notebook.
Out [2]
Styler
_repr_html_
To get the actual HTML string, you call styler.render().
styler.render()