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
co2_calc.py:35: VisibleDeprecationWarning: Reading unicode strings without specifying the encoding argument is deprecated. Set the encoding, use None for the system default.
flights = np.genfromtxt(input_file, delimiter=';', names=True, dtype=None)
Looking at the issue it seems like encoding='latin1' for np.genfromtxt