-
- 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
TST/PERF: optimize tm.makeStringIndex Performance Memory or execution speed performance 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… updated Jul 22, 2018
2 of 4 tasks
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
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
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_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
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
BUG: concat warning bubbling up through str.cat Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
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
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
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
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
ProTip! Exclude everything labeled
bug with -label:bug.