Python Forum
Copy raw data in excel to another new excel file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copy raw data in excel to another new excel file
#1
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.
Reply
#2
see pandas
There are lots of tutorials, here's one that contains what you need: https://www.datacamp.com/community/tutor...l-tutorial
Reply
#3
Checked and found that it is not working.

I have installed python on windows machine ad my version is 3.7.1.rc1
Reply
#4
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.
Reply
#5
As i am new user i am not sure about the script.

Can you please provide me a sample script.
Reply
#6
(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
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Excel iterations and restrictions marialage98 0 113 Mar-23-2024, 11:38 AM
Last Post: marialage98
  Pandas keep existing format of Excel AlphaInc 2 878 Jan-11-2024, 03:44 AM
Last Post: plonkarchivist
  Python outputs to Excel NewBiee 3 812 Nov-26-2023, 07:25 AM
Last Post: DPaul
  How to count total number of sheets in an excel workbook using polars sayyedkamran 0 630 Oct-27-2023, 09:54 PM
Last Post: sayyedkamran
  Write from dictionary to excel divon 3 3,467 Jun-11-2023, 10:37 AM
Last Post: Larz60+
  Data Sorting and filtering(From an Excel File) PY_ALM 0 1,012 Jan-09-2023, 08:14 PM
Last Post: PY_ALM
  Split excel file and write output at specific row and set sheet position DSCA 0 1,956 May-12-2022, 07:29 PM
Last Post: DSCA
  pivot table (excel vs python) Bric 1 1,641 Feb-02-2022, 11:04 PM
Last Post: Bric
  Help with poorly formatted excel data armitron121 1 1,694 Jan-13-2022, 07:31 AM
Last Post: paul18fr
  Exporting data frame to excel dyerlee91 0 1,604 Oct-05-2021, 11:34 AM
Last Post: dyerlee91

Forum Jump:

User Panel Messages

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