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
Traceback (most recent call last):
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\example.py", line 29, in
results = pytrendline.detect(
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\pytrendline\detect.py", line 385, in detect
support_trendlines, support_pivots = detect_wrapped(structs.TrendlineTypes.SUPPORT)
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\pytrendline\detect.py", line 347, in detect_wrapped
trends_df = trends_df.append({
File "C:\Users\X\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pandas\core\generic.py", line 5989, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'append'
How can I fix this?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\example.py", line 29, in
results = pytrendline.detect(
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\pytrendline\detect.py", line 385, in detect
support_trendlines, support_pivots = detect_wrapped(structs.TrendlineTypes.SUPPORT)
File "C:\Users\X\Desktop\PERSONAL\Python\pytrendline-master\pytrendline\detect.py", line 347, in detect_wrapped
trends_df = trends_df.append({
File "C:\Users\X\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\pandas\core\generic.py", line 5989, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'append'
How can I fix this?
The text was updated successfully, but these errors were encountered: