-
- 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
API: str.cat will align on Series API Design Strings String extension data type and string data
#20347 by h-vetinari was merged May 2, 2018 Loading…
API: Series.str-accessor infers dtype (and Index.str does not raise on all-NA) Strings String extension data type and string data
CLN/ERR: str.cat internals Clean Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
TST: add method/dtype coverage to str-accessor; precursor to #23167 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
ENH: str.replace accepts a compiled expression Enhancement Strings String extension data type and string data
BUG: fix str.replace('.','') should replace every character Bug Deprecate Functionality to remove in pandas Strings String extension data type and string data
#24935 by charlesdong1991 was closed Jun 17, 2019 Loading…
4 tasks
BUG: inconsistency between replace dict using integers and using strings (#20656) Bug Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading…
BUG: Fix regression on DataFrame.replace for regex Bug Strings String extension data type and string data
update the pandas.Series.str.repeat docstring Docs Strings String extension data type and string data
#20634 by manojpandey was closed Sep 18, 2018 Loading…
6 of 9 tasks
DOC: Updating str_slice docstring Docs Strings String extension data type and string data
#22569 by JesperDramsch was merged Oct 4, 2018 Loading…
Follow-up #20347: incorporate review about _get_series_list Clean Strings String extension data type and string data
CLN: replace %s syntax with .format in pandas.io.parsers Clean Strings String extension data type and string data
ENH: Allow literal (non-regex) replacement using .str.replace #16808 API Design Strings String extension data type and string data
DOC: update the Series.str.ismethods docstring Docs Strings String extension data type and string data
#20913 by MrKriss was merged Jul 22, 2018 Loading…
2 of 4 tasks
API: change default behaviour of str.match from deprecated extract to match (GH5224) Deprecate Functionality to remove in pandas Strings String extension data type and string data
PERF: Add if branch for empty sep in str.cat Performance Memory or execution speed performance Strings String extension data type and string data
ENH: partial string match in query API Design Strings String extension data type and string data
#26027 by dlnp2 was closed Jun 8, 2019 Loading…
4 tasks done
CLN: use unicode literals instead of compat.u Clean Strings String extension data type and string data
#24026 by jbrockmendel was closed Dec 5, 2018 Loading…
str.extractall with no match returns appropriate MultIndex Bug MultiIndex Strings String extension data type and string data
DOC: Updated the docstring of pandas.Series.str.get Docs Strings String extension data type and string data
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.