-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional str accessor methods for DataArray (#4622)
* add type hints for the str accessor class * allow str accessors to use regular expression objects for regular expressions * implement casefold and normalize str accessor functions * implement one-to-many str accessor functions * implement cat, join, format, +, *, and % * support elementwise operations in many str accessor functions * update whats-new.rst, api.rst, and api-hidden.rst * test fixes * implement requested fixes * more fixes * typing fixes * fix docstring * fix more docstring * remove encoding header Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
5,261 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.