y_trend has no time stamp
AttributeError Traceback (most recent call last)
Cell In[27], line 1
----> 1 y_trend.plot()
2 plt.show()
3 kendall_tau_res = check_trend(y_trend, confidence=0.05)
AttributeError: 'numpy.ndarray' object has no attribute 'plot'
y_trend has no time stamp
AttributeError Traceback (most recent call last)
Cell In[27], line 1
----> 1 y_trend.plot()
2 plt.show()
3 kendall_tau_res = check_trend(y_trend, confidence=0.05)
AttributeError: 'numpy.ndarray' object has no attribute 'plot'