-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix for GH 6885 - get_dummies chokes on unicode values Bug Strings String extension data type and string data Unicode Unicode strings
ENH: Implement core/strings/wrap method Enhancement Strings String extension data type and string data
str_extract should work for timeseries, (GH6348) Bug Strings String extension data type and string data
BUG, TST: Fix pandas.core.strings.str_contains when handling regex=False and case=False Bug Strings String extension data type and string data
ENH: Implement core/strings/wrap method Enhancement Strings String extension data type and string data
BUG: fix metacharacter replacement bug in DataFrame.replace() API Design Bug Strings String extension data type and string data
PERF: Switch to try/except in extract() rather than instance check Performance Memory or execution speed performance Strings String extension data type and string data
ENH: Series.str.split can return a DataFrame instead of Series of lists API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
astype checks notnull Fixes: #8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8924 by vikram was closed Nov 29, 2014 Loading… updated Nov 29, 2014
PERF: add exact kw to to_datetime to enable faster regex format parsing API Design Datetime Datetime data dtype Performance Memory or execution speed performance Strings String extension data type and string data
ENH: Implement Series.StringMethod.slice_replace Enhancement Strings String extension data type and string data
ENH: StringMethods now supports ljust and rjust API Design Strings String extension data type and string data
ENH: StringMethods supports is_xxx methods API Design Strings String extension data type and string data
ENH: Add StringMethods.isnumeric and isdecimal API Design Strings String extension data type and string data
ENH: add StringMethods (.str accessor) to Index, fixes #9068 API Design Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
Previous Next
ProTip! Filter pull requests by the default branch with base:main.