I have the code below in my Google colab, and it is giving me the error message:
FileNotFoundError: [Errno 2] No such file or directory:
Code:
!pip install arff
import arff
uploaded = arff.load(open('https://github.com/userName/repoName/blob/combination_of_nums_and_letters/file_name.arff'))
I got the file path by clicking on "Copy permalink" in GitHub.
Is this an issue with the path I got? or with my code? And if the path is wrong how can I get the correct path for this code to work?