MCPcopy
hub / github.com/pandas-dev/pandas / replace_regex

Method replace_regex

pandas/core/internals/managers.py:516–517  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

514
515 @final
516 def replace_regex(self, **kwargs) -> Self:
517 return self.apply("_replace_regex", **kwargs)
518
519 @final
520 def replace_list(

Callers 1

replaceMethod · 0.80

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected