如何将CSS信息添加到Python pandas to_html()

时间:2017-06-06 19:17:20

标签: python pandas

我正在尝试通过DataFrame.to_html()

df.style.set_properties(color="green")生成的HTML添加到顶部

df.to_html("filename.html")生成以下输出

<table border="1" class="dataframe">

...

问题是如何在输出文件的顶部打印CSS信息?

<a color="green"/a> <=====
<table border="1" class="dataframe">

0 个答案:

没有答案