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 4a072fa commit 8ef00a8Copy full SHA for 8ef00a8
pandas/core/strings/object_array.py
@@ -435,7 +435,7 @@ def _str_rstrip(self, to_strip=None):
435
436
def _str_removeprefix(self, prefix: str) -> Series:
437
# outstanding question on whether to use native methods for users
438
- # on Python 3.9+ https://git.io/JE9QK, in which case we could do
+ # on Python 3.9+ https://bit.ly/3LuMeRn, in which case we could do
439
# return self._str_map(str.removeprefix)
440
441
def removeprefix(text: str) -> str:
0 commit comments