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

FutureWarning from pandas #48

Closed
blthayer opened this issue Feb 19, 2022 · 1 comment
Closed

FutureWarning from pandas #48

blthayer opened this issue Feb 19, 2022 · 1 comment

Comments

@blthayer
Copy link

The following warning is emitted when generating results:

...pvrpm/core/simulation.py:467: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.             
  summary_results = summary_results.append(stats_append)                                                                                                                                                                                                            

I'm using pandas version 1.4.1.

@brandons209
Copy link
Contributor

Fixed in a098c23

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