I have a CSV file in which all time mentioned, and I want to run my python code file every day on time which is given in CSV file.
I saw some code on the Schedule library, but I don't understand how should I write that code. as well as, I have to write schedule code in that same file that I want to run, or should I create new file and write schedule code there and give that file link that I want to run?
and my file name is - send_mesaage.ipynb