I got this message
Failed test case: There was an error evaluating parse_data_from_file function.
Expected:
No exceptions,
but got:
invalid literal for int() with base 10: ‘1981-01-01’
I got this message
Failed test case: There was an error evaluating parse_data_from_file function.
Expected:
No exceptions,
but got:
invalid literal for int() with base 10: ‘1981-01-01’
The underlying dataset has 2 columns. Please do the following using np.loadtxt:
temperatures)float data typeFinally, create a times numpy array having the same length as temperatures, each entry corresponding to a timestep (starting at 0)