Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Missing graph after combining xls files
Post: Missing graph after combining xls files

Hello, I have multiple xls files , some with graphs.I am combining these files into worksheets of a single xlsx workbook. After combining, the final output xls workbook does not have the graphs.Below ...
Kishore01 General Coding Help 0 1,341 Apr-15-2020, 10:51 AM
    Thread: Need help on Parallel Programming
Post: Need help on Parallel Programming

There are 4 python functions that connect to the database and perform some database actions(A set of DML operations and writing the output to logfile) I am using parallel programming in python to run ...
Kishore01 General Coding Help 0 1,140 Mar-23-2020, 03:14 PM
    Thread: email sent status
Post: email sent status

Hi, I have a requirement to send mail to customer email ids from an internal server. In python, I am using SMTP.verify(address), but it returns the same value for a valid and invalid email id. server...
Kishore01 Networking 0 1,413 Mar-22-2020, 04:09 PM
    Thread: Unknown characters in output using to_html
Post: Unknown characters in output using to_html

I am using python "to_html" function to convert csv data into html format to be sent in email: df= pd.read_csv(filename,names=columns,index_col=0) with open('final.html','w') as f: print(df.to_ht...
Kishore01 General Coding Help 2 1,910 Mar-20-2020, 06:53 AM

User Panel Messages

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