Skip to content

Commit f243037

Browse files
committed
Add encoding
1 parent f52cfe7 commit f243037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/prepare_stacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def f(rows):
225225

226226
demographics_cards = DF.Flow(
227227
*[
228-
DF.load(f, headers=4)
228+
DF.load(f, headers=4, encoding='iso-8859-8')
229229
for f in glob.glob('demographics/*.csv')
230230
],
231231
DF.add_field('stat_id', 'string', lambda r: r["אג''ס"]),

0 commit comments

Comments
 (0)