EXTRACT LATEST EXCEL FILE INSIDE A PYTHON FOLDER

Asked

Viewed 13 times

-1

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 would recognize this new file.

Hugs.

Thanks

  • I flagged the discussion in which it is shown how to list the files in order of modification and creation date. So just see how it was done there, pick up the first item on the list and move on to Pandas.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.