Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Pandas 2.1.0 and later, there are several copy-on-write improvements that cause beaking changes of the original copying mechanism, see: https://pandas.pydata.org/docs/dev/whatsnew/v2.1.0.html#copy-on-write-improvements This commit ensures that the `_events` of leaf SummaryReader nodes will be copied before constructing the full dataframe, preventing involuntarily changing the data inside the `_events` dataframe.
- Loading branch information