Python Forum
Send Email with Pandas Table
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send Email with Pandas Table
#3
Just remove .to_string(...) in line #35. to_html() not a string method, it is for dataframes.
Reply


Messages In This Thread
Send Email with Pandas Table - by yoitspython - Aug-07-2019, 03:19 PM
RE: Send Email with Pandas Table - by ThomasL - Aug-07-2019, 06:25 PM
RE: Send Email with Pandas Table - by scidam - Aug-07-2019, 10:53 PM
RE: Send Email with Pandas Table - by yoitspython - Aug-08-2019, 05:48 PM
RE: Send Email with Pandas Table - by scidam - Aug-08-2019, 11:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to set the font size for a pandas table? AlekseyPython 0 2,344 Feb-06-2021, 03:37 AM
Last Post: AlekseyPython
  pandas Dataframe as "confidence table" for matchmaking? takaa 1 3,454 Nov-28-2017, 07:48 PM
Last Post: takaa

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020