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
Not specifying encoding when reading a file can cause UnicodeDecodeEr…
…ror because Python assumes the file is encoded with the OS's default text encoding, but that's often an invalid assumption.