python - sending email with excel files created in pandas? -


Is it possible to send panda dataframes through an email in Excel format?

I am trying to avoid making excel sheets, keep it physically, and then it has to be read and sent to it.

I went to one part and tried it

  emxl = df1.to_excel ()  

but since to_excel is a path to go on, the T work seems like xlwt is the same problem


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -