groupby on a filtered frame should automatically persist
Open
performance
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
so when doing a filtered frame (not using the index, maybe that is a different case), then doing an intensive operation, like a groupby. It is optimal to ``.persist`` the intermediate before the final computation to avoid many recompuations (e.g. for each of the groupers at the very least).


Contributor guide
Assessment
This issue has not been assessed yet.