Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Jun 3, 2019
1 parent e19fc0e commit 5eb245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -58,7 +58,7 @@ def process_file(file_path):
df = pd.read_csv(
file_path,
skiprows=2,
encoding='iso-8859-1',
#encoding='iso-8859-1',
sep='\t'
)

Expand Down

0 comments on commit 5eb245b

Please sign in to comment.