You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In episode 5, we're reading in the eva-data.json file. However, some participants got a UnicodeDecodeError because of the unicode characters present in the data.
Specifying encoding="utf8" when opening the file might help, although it might be worth figuring out why only some people got this error.
The text was updated successfully, but these errors were encountered:
Indeed not everyone experienced this - but perhaps this machine was not using UTF-8 as the default encoding. Think we could either make this an improvent and a teaching point or just fix this in the started code.
In episode 5, we're reading in the
eva-data.json
file. However, some participants got aUnicodeDecodeError
because of the unicode characters present in the data.Specifying
encoding="utf8"
when opening the file might help, although it might be worth figuring out why only some people got this error.The text was updated successfully, but these errors were encountered: