Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove optional keyword args from IndexLike.get_indexer (#190)
We only use the `target` positional argument from the pandas `Index.get_indexer` method. Remove optional keyword arguments to allow greater flexibility when implementing a `IndexLike` class.
- Loading branch information