Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'DataFrame' object has no attribute 'append' #6

Open
JWLEESF opened this issue May 16, 2023 · 1 comment
Open

AttributeError: 'DataFrame' object has no attribute 'append' #6

JWLEESF opened this issue May 16, 2023 · 1 comment

Comments

@JWLEESF
Copy link

JWLEESF commented May 16, 2023

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?

@wkarny
Copy link
Contributor

wkarny commented Oct 15, 2023

Fixed by PR #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants