Latex intégration pandas dataframe
with open('mytable.tex', 'w') as tf:
tf.write(df.to_latex())
Dark Duck
with open('mytable.tex', 'w') as tf:
tf.write(df.to_latex())