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: 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… updated May 19, 2018
2 of 4 tasks
0.23.1
DOC: Improve the docstring of String.str.zfill() Docs Strings String extension data type and string data
#20864 by alkamid was merged Jul 7, 2018 Loading… updated Jul 7, 2018
1 of 4 tasks
0.24.0
DOC: update the pandas.Series.str.strip docstring Docs Strings String extension data type and string data
#20863 by Cheukting was merged Jul 7, 2018 Loading… updated Jul 7, 2018
1 of 4 tasks
0.24.0
TST/PERF: optimize tm.makeStringIndex Performance Memory or execution speed performance Strings String extension data type and string data
#8575 by immerrr was merged Oct 20, 2014 Loading… updated Jul 17, 2018 0.15.1
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… updated Jul 22, 2018
2 of 4 tasks
DOC: Update the Series.str.len docstring Docs Strings String extension data type and string data
#22187 by IsvenC was merged Aug 9, 2018 Loading… updated Aug 9, 2018 0.24.0
DOC: Deleted 'replaced' from Returns docstring Docs Strings String extension data type and string data
#22563 by davidmvalente was merged Sep 2, 2018 Loading… updated Sep 2, 2018
DOC: fix return type of str.extract Docs Strings String extension data type and string data
#22562 by zhujun98 was merged Sep 3, 2018 Loading… updated Sep 3, 2018
1 of 4 tasks
DEPR: list-likes of list-likes in str.cat Deprecate Functionality to remove in pandas Strings String extension data type and string data
#22264 by h-vetinari was merged Aug 31, 2018 Loading… updated Sep 4, 2018
4 tasks done
0.24.0
Fix string format in test runner Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#22598 by rhysparry was merged Sep 6, 2018 Loading… updated Sep 6, 2018
CLN: tests for str.cat Clean Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#22575 by h-vetinari was merged Sep 8, 2018 Loading… updated Sep 9, 2018 0.24.0
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… updated Sep 18, 2018
6 of 9 tasks
DOC: Formatting in Series.str.extractall Docs Strings String extension data type and string data
#22565 by lucadonini96 was merged Sep 18, 2018 Loading… updated Sep 18, 2018
1 of 4 tasks
DOC: Updating str_pad docstring Docs Strings String extension data type and string data
#22570 by JesperDramsch was merged Sep 25, 2018 Loading… updated Sep 25, 2018 0.24.0
DOC: Updating str_repeat docstring Docs Strings String extension data type and string data
#22571 by JesperDramsch was merged Sep 18, 2018 Loading… updated Oct 4, 2018
DOC: Updating str_slice docstring Docs Strings String extension data type and string data
#22569 by JesperDramsch was merged Oct 4, 2018 Loading… updated Oct 4, 2018
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… updated Oct 15, 2018
3 tasks done
0.24.0
BUG: sets in str.cat API Design Strings String extension data type and string data
#23187 by h-vetinari was merged Oct 23, 2018 Loading… updated Oct 23, 2018
4 tasks done
0.24.0
DOC: Update the pandas.Series.str.find() (Delhi) Docs Strings String extension data type and string data
#20153 by ChiragSehra was closed Nov 1, 2018 Loading… updated Nov 1, 2018
7 of 9 tasks
API: change default for sep in str.cat (in docstring) API Design Strings String extension data type and string data
#23443 by h-vetinari was merged Nov 6, 2018 Loading… updated Nov 6, 2018 0.24.0
BUG: concat warning bubbling up through str.cat Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
#23725 by h-vetinari was merged Nov 17, 2018 Loading… updated Nov 18, 2018 0.24.0
BUG: Index.str.partition not nan-safe (#23558) Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#23618 by meiermark was merged Nov 18, 2018 Loading… updated Nov 18, 2018
3 tasks done
0.24.0
BUG: fixed .str.contains(..., na=False) for categorical series Categorical Categorical Data Type Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#22170 by pulkitmaloo was merged Nov 20, 2018 Loading… updated Nov 20, 2018
4 tasks done
0.24.0
API/DEPR: replace kwarg "pat" with "sep" in str.[r]partition Deprecate Functionality to remove in pandas Strings String extension data type and string data
#23767 by h-vetinari was merged Nov 20, 2018 Loading… updated Nov 20, 2018
4 tasks done
0.24.0
TST: move .str-test to strings.py & parametrize it; precursor to #23582 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#23777 by h-vetinari was merged Nov 20, 2018 Loading… updated Nov 20, 2018
3 tasks done
0.24.0
ProTip! Exclude everything labeled bug with -label:bug.