Link to home
Start Free TrialLog in
Avatar of Wm Allen Smith
Wm Allen Smith

asked on

Using Python to Insert Filename into Column

Using Python to Insert Filename into Column


I have  a folder full of two-column  excel files. Column A has  attributes, Column B has values. I want to loop through the folder and insert a row at the top of the worksheet ("Sheet1")
and enter the values "Filename" in column A and  the actual filename in Column B (without the full path, just the file name). I have tried  creating two data frames, using concat, but has not worked.  Please  advise.
Avatar of Bhavesh Shah
Bhavesh Shah
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of Subodh Tiwari (Neeraj)
Subodh Tiwari (Neeraj)
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wm Allen Smith
Wm Allen Smith

ASKER

Bingo! exactly what I was looking for! thanks so much!
You're welcome! Glad it worked as desired.