-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Pandas 2.0 released April 3, 2023 breaks test_compare_weights_from_poly_and_grid
in test_frontend.py
because get_loc
no longer supports the method argument.
Removed the method and tolerance arguments in Index.get_loc(). Use index.get_indexer([label], method=..., tolerance=...) instead (GH42269)
Metadata
Metadata
Assignees
Labels
No labels