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

Errors in Amazon_Forecast_Quick_Start_Guide.ipynb #217

Open
matsumyu opened this issue Jun 20, 2023 · 0 comments
Open

Errors in Amazon_Forecast_Quick_Start_Guide.ipynb #217

matsumyu opened this issue Jun 20, 2023 · 0 comments

Comments

@matsumyu
Copy link

Execution fails because dateutil is not imported.

And, results_df = results_df.append(...) is the following error.
AttributeError: 'DataFrame' object has no attribute 'append'

I can run it by changing to the following code.
results_df = pd.concat([results_df, pd.DataFrame([{'timestamp' : clean_timestamp , 'value' : row['target_value'], 'source': 'actual'}])], ignore_index=True)

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

1 participant