If you’re following along with this lesson and not using the provided Jupyter Notebook from this course’s supporting materials, you can copy-paste the following temp_c
list:
temp_c = [ 8.0, 7.1, 6.8, 6.4, 6.0, 5.4, 4.8, 5.0,
9.1, 12.8, 15.3, 19.1, 21.2, 22.1, 22.4, 23.1,
21.0, 17.9, 15.5, 14.4, 11.9, 11.0, 10.2, 9.1]
Lahiru Ramesh on Nov. 13, 2024
FutureWarning: ‘H’ is deprecated and will be removed in a future version, please use ‘h’ instead. dt = pd.date_range(start=‘2019-10-25 00:00:00’, periods=24, freq=’H’)