-
- 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
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
BUG: fix str.contains for series containing only nan values Bug Strings String extension data type and string data
BUG: don't allow users to move from an interned string Bug Strings String extension data type and string data
PERF: use StringHasTable for strings Performance Memory or execution speed performance Strings String extension data type and string data
ENH: str.replace accepts a compiled expression Enhancement Strings String extension data type and string data
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: 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
str.extractall with no match returns appropriate MultIndex Bug MultiIndex Strings String extension data type and string data
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
ENH: Allow literal (non-regex) replacement using .str.replace #16808 API Design Strings String extension data type and string data
DOC: Update the pandas.Series.str.count() docstring (Delhi) Docs Strings String extension data type and string data
DOC: update the pandas.Series.str.slice_replace docstring Docs Strings String extension data type and string data
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
DOC: Updated the docstring of pandas.Series.str.get Docs Strings String extension data type and string data
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
DOC: Improve the docstring of Str.contains() Docs Strings String extension data type and string data
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.