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)
The following warning is emitted when generating results:
I'm using
pandas
version1.4.1
.