Python Forum
Copy raw data in excel to another new excel file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Copy raw data in excel to another new excel file (/thread-13533.html)



Copy raw data in excel to another new excel file - keerthiprashanth - Oct-19-2018

Hello Team,

Good Evening.

I need help in writing a script to copy the raw data from extracted excel sheet to another new excel sheet.

Would need your help for the same.


RE: Copy raw data in excel to another new excel file - Larz60+ - Oct-19-2018

see pandas
There are lots of tutorials, here's one that contains what you need: https://www.datacamp.com/community/tutorials/python-excel-tutorial


RE: Copy raw data in excel to another new excel file - keerthiprashanth - Oct-19-2018

Checked and found that it is not working.

I have installed python on windows machine ad my version is 3.7.1.rc1


RE: Copy raw data in excel to another new excel file - Larz60+ - Oct-19-2018

Quote:Checked and found that it is not working.
What is not working? python itself?
Also note that 3.7.1.rc1 is s a release candidate preview. Current release is 3.7.0
It's probably ok, but may have some issuees yet.


RE: Copy raw data in excel to another new excel file - keerthiprashanth - Oct-20-2018

As i am new user i am not sure about the script.

Can you please provide me a sample script.


RE: Copy raw data in excel to another new excel file - volcano63 - Oct-20-2018

(Oct-20-2018, 02:20 AM)keerthiprashanth Wrote: As i am new user i am not sure about the script.

Can you please provide me a sample script.

It is a 5-6 line task. No complex algorithm. RT(F)M and do it yourself