Comment on What would it take to recreate dplyr in Python? (2020)parentComments−ellisv4yPerformance aside, I think one of the main criticism of `groupby` in pandas is that they are not composable and become verbose. I'd argue that's the case with your example too.
Comments
Performance aside, I think one of the main criticism of `groupby` in pandas is that they are not composable and become verbose. I'd argue that's the case with your example too.