Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
#23167 by h-vetinari was merged Jun 1, 2019 Loading…
3 tasks done
0.25.0
CLN/ERR: str.cat internals Clean Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
#22725 by h-vetinari was merged Oct 14, 2018 Loading…
3 tasks done
0.24.0
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
#23582 by h-vetinari was merged Nov 28, 2018 Loading…
3 tasks done
0.24.0
ENH: str.replace accepts a compiled expression Enhancement Strings String extension data type and string data
#15456 by rouzazari was merged Mar 5, 2017 Loading…
4 tasks done
0.20.0
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
#21477 by peterpanmj was merged Aug 9, 2018 Loading…
4 tasks done
0.24.0
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading…
DOC: update str.cat example Docs Strings String extension data type and string data
#23723 by h-vetinari was merged Jan 4, 2019 Loading… 0.24.0
BUG: Fix regression on DataFrame.replace for regex Bug Strings String extension data type and string data
#25266 by PetitLepton was merged Feb 28, 2019 Loading…
3 of 4 tasks
0.24.2
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
#20923 by h-vetinari was merged May 4, 2018 Loading… 0.23.0
CLN: replace %s syntax with .format in pandas.io.parsers Clean Strings String extension data type and string data
#24721 by makeajourney was merged Mar 19, 2019 Loading…
2 tasks done
0.25.0
ENH: Allow literal (non-regex) replacement using .str.replace #16808 API Design Strings String extension data type and string data
#19584 by Liam3851 was merged Feb 28, 2018 Loading…
4 tasks
0.23.0
CLN: Remove type definitions from pandas.compat Clean Strings String extension data type and string data
#25903 by jschendel was merged Mar 29, 2019 Loading…
3 tasks done
0.25.0
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
#15257 by jorisvandenbossche was closed Mar 22, 2017 Loading… 0.20.0
DOC: update the Series.str.join docstring Docs Strings String extension data type and string data
#20463 by fdroessler was merged Mar 27, 2018 Loading…
5 tasks done
0.23.0
PERF: Add if branch for empty sep in str.cat Performance Memory or execution speed performance Strings String extension data type and string data
#26605 by h-vetinari was merged Jul 31, 2019 Loading… 1.0.0
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…
BUG: type aliasing is not allowed to be compared using isinstance() Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
#21098 by adamabk was merged May 17, 2018 Loading…
2 of 4 tasks
0.23.1
str.extractall with no match returns appropriate MultIndex Bug MultiIndex Strings String extension data type and string data
#19075 by jsnowacki was merged Jan 5, 2018 Loading… 0.23.0
DOC: Updated the docstring of pandas.Series.str.get Docs Strings String extension data type and string data
#20667 by pranavsuri was merged Apr 24, 2018 Loading…
5 tasks done
0.23.0
ProTip! Exclude everything labeled bug with -label:bug.