We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b0b57 commit 2a6dfaeCopy full SHA for 2a6dfae
pandas/core/frame.py
@@ -5136,7 +5136,7 @@ def _series(self):
5136
# ----------------------------------------------------------------------
5137
# Reindexing and alignment
5138
5139
- def lookup(self, row_labels, col_labels, dev_version) -> np.ndarray:
+ def lookup(self, row_labels, col_labels) -> np.ndarray:
5140
"""
5141
Label-based "fancy indexing" function for DataFrame.
5142
0 commit comments