Open
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.
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.