-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffEnhancementGroupbyPerformanceMemory or execution speed performanceMemory or execution speed performance
Description
Ref: 4f42ecb#r102797297
The current implementation of groupby.value_counts uses a lot of the public API for operations. There may be opportunities here to use the pandas internals more directly for performance.
Metadata
Metadata
Assignees
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffEnhancementGroupbyPerformanceMemory or execution speed performanceMemory or execution speed performance