gpt4 book ai didi

python - pandas:使用 to_latex 创建标题?

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

我正在将表格从 pandas 脚本导出到 .tex 中,并希望添加标题。

with open('Table1.tex','w') as tf:
tf.write(df.to_latex(longtable=True))

(我调用 longtable 参数将长表跨越多个页面。)

Table1.tex 文件通过\import 命令导入到更大的 LaTeX 文档中。我想在表格中添加一个标题,最好是在其顶部。您认为有什么办法可以做到这一点吗?

我无法手动编辑 Table1.tex,它会使用 Python 脚本定期更新。

最佳答案

从 2020 年 1 月 29 日发布的 1.0.0 版本开始,to_latex 接受 captionlabel 参数。

关于python - pandas:使用 to_latex 创建标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46837459/

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