Lateks Embed Pandas DataFrame

with open('mytable.tex', 'w') as tf:
     tf.write(df.to_latex())
Dark Duck