Posts by Walter Gabriel • 1 point
2 posts
-
-2
votes0
answers13
viewsQ: SAVE PYTHON TABLE IN EXCEL WITH EXCEL NAME BEING A VARIABLE
I have a code to do a simple cleaning in a table that I import from excel by pandas. The file that is imported is obtained through a code that recognizes the last modified file within a folder. When…
pythonasked Walter Gabriel 1 -
-1
votes0
answers13
viewsQ: EXTRACT LATEST EXCEL FILE INSIDE A PYTHON FOLDER
I would like to know how to tell python(pandas) that I only want to import the latest file you have in a certain folder. Every day the folder is updated with a new file and every day the program…