How to read and index multiple files in python?
Hai,
Can Someone help me in this,
How can we read and index multiple files, from a source folder, in python and append index with the newly added or unread files in the index upon code refresh?
An automation tool is continuously putting files (say xlsx) to the source folder, a python program will then read and plot a graph from all the files present in the folder, to optimize the performance of the code, we are planning to not to read all the files once the code/ application is refreshed but to only append the index with the unread files.
Regards,
Riya.
Python developer