We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283410 commit c3faf1fCopy full SHA for c3faf1f
1 file changed
bin/cities.py
@@ -8,7 +8,7 @@
8
for min_population in [500, 1000, 5000, 15000]:
9
cities = {}
10
slug = f'cities{min_population}'
11
- reader = csv.reader(p_data.joinpath(slug + '.txt').open(), 'excel-tab')
+ reader = csv.reader(p_data.joinpath(slug + '.txt').open(encoding='utf-8'), 'excel-tab')
12
13
for record in reader:
14
(
0 commit comments