Hi,
I am trying to write the pandas dataframe to excel but it shows following
error:
Error:
from openpyxl.workbook import Workbook
ImportError: No module named openpyxl.workbook
I am using only pandas however it still works fine on one computer having
openpyxl already installed eventhough i am n
Hi,
I am trying to merge two csv files with following condition.
filea.csv column( a1,a2,a3)
fileb.csv column( b1,b2,b3)
i wanted to merge if a1 & b1 reference (as the title is different but
contents are valid for comparison). also the result i need is
a1,a2,a3,b1,b2 (not b3).
i am using openpy
Hi,
can you help me about scheduling the folder sync between sftp and local
directory?
pysftp library is good or you recommend different library?
thank you
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://m
I am a python beginner,
I have set of data in excel file. i would like to create the CDF plots &
find 40th & 70th Percentile using python with functionality of refresh
whenever the data sets update.
Thanks in Advance for your help !
___
Tutor maillist