API: provide a better way of doing np.unique(return_inverses=True) #4087
Labels
API Design
Duplicate Report
Duplicate issue or pull request
Enhancement
Indexing
Related to indexing on series/frames, not to indexes themselves
The numpy way
The pandas way - maybe provide a better API to this
maybe:
uniques, indexer = Index(x['two']).get_uniques()
??The text was updated successfully, but these errors were encountered: