I'm trying to read this txt file. But for some reasons, I keep getting this error:
ParserError: Error tokenizing data. C error: Expected 1 fields in line 27, saw 367
Below is my code:
df = pd.read_csv('githublink')
df.read()
I'm trying to read this txt file. But for some reasons, I keep getting this error:
ParserError: Error tokenizing data. C error: Expected 1 fields in line 27, saw 367
Below is my code:
df = pd.read_csv('githublink')
df.read()
Copyright © 2021 Jogjafile Inc.
You have to use the
Rawlink from GitHub as the link you have provided returns anHTMLpage.