gpt4 book ai didi

html - pandas styler 及其对 "touch"表索引 : how to work around it? 的无能

转载 作者:行者123 更新时间:2023-11-28 16:02:58 25 4
gpt4 key购买 nike

我想看中我的 pandas 数据框并为 html 渲染做准备。 pandas styler 在这方面是一个奇迹,如果不是这一点 ( http://pandas.pydata.org/pandas-docs/stable/style.html ) 它在限制部分中说:

You can only style the values, not the index or columns You can only apply styles, you can't insert new HTML entities

所以没有官方解决方案,但是,我想知道是否有解决方法可以看不到索引。我在考虑 3 个解决方案:

  1. 将我的索引设置为 ' ',但索引必须是唯一的,所以我们选择第二个

  2. 找到一些方法来消除准备呈现的字符串中与索引相关的数据。还没找到有效的程序

  3. 想办法应用一个css条件,索引为背景颜色,这样虽然空间会被占用,但不会被看到。找不到实现它的方法。

有更好的想法或方法来成功完成上述任何一项吗?请记住,我只想要有用的东西。它不需要优雅或可扩展。

最佳答案

您可以尝试不显示索引列(或设置样式):

df.reset_index().style.set_table_styles(
[{'selector': '.row_heading, .blank',
'props': [('display', 'none')]}]

关于html - pandas styler 及其对 "touch"表索引 : how to work around it? 的无能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39755113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com