Skip to content

Commit

Permalink
no more encoding option in pd excel reader ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jan 13, 2021
1 parent 6219dbb commit 40e81c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patent2Net/preProcessNormalisationNames.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

# using excel reader seem to avoid to BOM problem

df = pd.read_excel('../Patent2Net/Resources/StanNORM2.xlsx', dtype=str, encoding='utf-8')
df = pd.read_excel('../Patent2Net/Resources/StanNORM2.xlsx', dtype=str)

# import csv
# line = []
Expand Down

0 comments on commit 40e81c5

Please sign in to comment.