-
- 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
Small improvements to str_cat Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#12000 by hack-c was closed Feb 11, 2016 Loading…
PERF: Improved performance for StringMethods.encode/decode Performance Memory or execution speed performance Strings String extension data type and string data
#12989 by Winand was closed Apr 27, 2016 Loading…
astype checks notnull Fixes: #8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8924 by vikram was closed Nov 29, 2014 Loading…
PERF: astype(str) on object dtypes GH8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8971 by vikram was closed May 9, 2015 Loading…
(WIP) PERF: improve .str perf for all-string values (about 2x-) Performance Memory or execution speed performance Strings String extension data type and string data
#10135 by sinhrks was closed May 14, 2015 Loading…
3 tasks
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…
3 tasks done
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…
7 of 9 tasks
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
Implement some reductions for string Series ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#31757 by dsaxton was closed Mar 5, 2020 Loading…
5 tasks done
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
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
DOC: Updating str_repeat docstring Docs Strings String extension data type and string data
#22566 by JesperDramsch was closed Sep 1, 2018 Loading…
DOC: Deleted 'replaced' from Returns docstring Docs Strings String extension data type and string data
#22563 by davidmvalente was merged Sep 2, 2018 Loading…
DOC: Updating str_slice docstring Docs Strings String extension data type and string data
#22569 by JesperDramsch was merged Oct 4, 2018 Loading…
DOC: Updating str_repeat docstring Docs Strings String extension data type and string data
#22571 by JesperDramsch was merged Sep 18, 2018 Loading…
DOC: Formatting in Series.str.extractall Docs Strings String extension data type and string data
#22565 by lucadonini96 was merged Sep 18, 2018 Loading…
1 of 4 tasks
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…
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading…
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
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…
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…
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…
1 of 4 tasks
REF/API: String methods refactor Refactor Internal refactoring of code Strings String extension data type and string data
#29637 by TomAugspurger was closed Nov 16, 2019 Loading…
CLN: F-string formatting in "Scripts" folder Clean Strings String extension data type and string data
#29525 by ShaharNaveh was closed Nov 10, 2019 • Draft
2 of 3 tasks
Previous Next
ProTip! Filter pull requests by the default branch with base:main.