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

BUG: Add type check for width parameter in str.pad method GH13598 Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
#13690 by wcwagner was closed Jul 19, 2016 Loading… updated Jul 19, 2016
4 tasks done
0.19.0
CLN: Removed the return_type param in StringMethods.split Deprecate Functionality to remove in pandas Strings String extension data type and string data
#13701 by gfyoung was merged Jul 22, 2016 Loading… updated Jul 22, 2016 0.19.0
BUG: fix str.contains for series containing only nan values Bug Strings String extension data type and string data
#14182 by josh-howes was closed Sep 9, 2016 Loading… updated Sep 9, 2016
4 tasks done
0.19.0
BUG: don't allow users to move from an interned string Bug Strings String extension data type and string data
#14494 by llllllllll was merged Nov 16, 2016 Loading… updated Nov 16, 2016
2 of 4 tasks
0.19.2
PERF: use StringHasTable for strings Performance Memory or execution speed performance Strings String extension data type and string data
#14859 by jreback was closed Dec 15, 2016 Loading… updated Dec 15, 2016 0.20.0
BUG: Fix for .str.replace with repl function Bug Strings String extension data type and string data
#15056 by hzpc-joostk was closed Jan 23, 2017 Loading… updated Jan 24, 2017
4 tasks done
0.20.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… updated Mar 5, 2017
4 tasks done
0.20.0
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… updated Mar 22, 2017 0.20.0
allow neg index on str_get Bug Strings String extension data type and string data
#17741 by bobhaffner was merged Oct 2, 2017 Loading… updated Oct 2, 2017
4 tasks done
0.21.0
PERF: refactor Series().str.get_dummies Performance Memory or execution speed performance Strings String extension data type and string data
#18454 by Scorpil was closed Nov 25, 2017 Loading… updated Nov 25, 2017
3 tasks done
Propogating NaN values when using str.split (#18450) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#18462 by WillAyd was merged Nov 25, 2017 Loading… updated Dec 11, 2017
4 tasks done
0.21.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… updated Jan 5, 2018 0.23.0
DEPR: Changing default of str.extract(expand=False) to str.extract(expand=True) Deprecate Functionality to remove in pandas Strings String extension data type and string data
#19118 by datapythonista was merged Feb 5, 2018 Loading… updated Feb 5, 2018
4 tasks done
0.23.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… updated Feb 28, 2018
4 tasks
0.23.0
Don't raise exceptions splitting a blank string Strings String extension data type and string data
#20067 by montanalow was merged Mar 17, 2018 Loading… updated Mar 17, 2018
3 tasks done
0.23.0
DOC: Update the pandas.Series.str.count() docstring (Delhi) Docs Strings String extension data type and string data
#20154 by Ridhwanluthra was merged Mar 14, 2018 Loading… updated Mar 19, 2018
4 of 5 tasks
0.23.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… updated Mar 27, 2018
5 tasks done
0.23.0
DOC: update the pandas.Series.str.slice_replace docstring Docs Strings String extension data type and string data
#20273 by techedlaksh was merged Mar 16, 2018 Loading… updated Apr 7, 2018
5 tasks done
0.23.0
BUG: Fixed exception when Series.str.get is used with dict values and the index is not an existing key (#20671) Bug Strings String extension data type and string data
#20672 by datapythonista was merged Apr 24, 2018 Loading… updated Apr 24, 2018
4 tasks done
0.23.0
DOC: add concatenation-section to text.rst Docs Strings String extension data type and string data
#20790 by h-vetinari was merged Apr 24, 2018 Loading… updated Apr 24, 2018 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… updated Apr 28, 2018
5 tasks done
0.23.0
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… updated May 2, 2018
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… updated May 4, 2018 0.23.0
DOC: Improve the docstring of Str.contains() Docs Strings String extension data type and string data
#20870 by Blair-Young was merged May 10, 2018 Loading… updated May 10, 2018
1 of 4 tasks
0.23.0
BUG: Keep original name in str.cat Strings String extension data type and string data
#21054 by TomAugspurger was merged May 15, 2018 Loading… updated May 15, 2018 0.23.0
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.