-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
-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
Browser other questions tagged python pandas functional-programming
You are not signed in. Login or sign up in order to post.
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.
– Woss