I want to read a csv file located in a repo every time I run the python script. I have searched for ways to clone a git and locate and read a specific file but haven't been successful. I saw a file where they just wrote:
!git clone ~the link of the repo~
in the first line of the code without importing anything.
I am an absolute beginner and there is a high chance I wont understand what directions are given to me.