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

ENH: Basis for a StringDtype using Arrow ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#35259 by xhochy was merged Nov 20, 2020 Loading…
4 of 5 tasks
1.2
API: Add string extension type Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#27949 by TomAugspurger was merged Oct 5, 2019 Loading… 1.0.0
API: Series.str-accessor infers dtype (and Index.str does not raise on all-NA) Strings String extension data type and string data
#23167 by h-vetinari was merged Jun 1, 2019 Loading…
3 tasks done
0.25.0
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…
3 tasks done
0.24.0
REF: Dispatch string methods to ExtensionArray ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#36357 by TomAugspurger was merged Sep 30, 2020 Loading… 1.2
TST: add method/dtype coverage to str-accessor; precursor to #23167 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#23582 by h-vetinari was merged Nov 28, 2018 Loading…
3 tasks done
0.24.0
API: more permissive conversion to StringDtype ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#33465 by topper-123 was merged May 26, 2020 Loading…
3 of 5 tasks
1.1
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…
4 tasks done
0.20.0
BUG: inconsistency between replace dict using integers and using strings (#20656) Bug Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
#21477 by peterpanmj was merged Aug 9, 2018 Loading…
4 tasks done
0.24.0
ENH: added regex argument to Series.str.split Enhancement Strings String extension data type and string data
#44185 by saehuihwang was merged Nov 4, 2021 Loading…
7 tasks done
1.4
ENH: Add Series.str.casefold Enhancement Strings String extension data type and string data
#25419 by charlesdong1991 was merged Feb 28, 2019 Loading…
4 tasks done
0.25.0
DOC: update str.cat example Docs Strings String extension data type and string data
#23723 by h-vetinari was merged Jan 4, 2019 Loading… 0.24.0
ENH: Implement StringArray.min / max Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#33351 by dsaxton was merged Apr 25, 2020 Loading…
4 tasks
1.1
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…
4 tasks done
0.24.0
ENH: [ArrowStringArray] Enable the string methods for the arrow-backed StringArray Enhancement Strings String extension data type and string data
#40708 by simonjayhawkins was merged Apr 15, 2021 Loading… 1.3
Fix str dtype -> IntegerDtype conversions Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#43949 by alexreg was merged Oct 19, 2021 Loading…
4 tasks done
1.4
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…
4 tasks done
0.20.0
[ENH] Add "fullmatch" matching mode to Series.str [#32806] Strings String extension data type and string data
#32807 by frreiss was merged Mar 24, 2020 Loading…
5 tasks done
1.1
DOC: Updating str_slice docstring Docs Strings String extension data type and string data
#22569 by JesperDramsch was merged Oct 4, 2018 Loading…
PERF: groupby with string dtype Groupby Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#43634 by debnathshoham was merged Sep 23, 2021 Loading…
3 of 4 tasks
1.3.4
REF: StringArray._from_sequence, use less memory Performance Memory or execution speed performance Strings String extension data type and string data
#35519 by topper-123 was merged Aug 17, 2020 Loading…
5 tasks done
1.1.1
Initial Backport of string changes for 2.3 release Build Library building on various platforms Strings String extension data type and string data
#59513 by WillAyd was merged Oct 9, 2024 Loading… 2.3
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…
4 tasks done
0.24.0
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… 0.23.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…
3 tasks done
0.24.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.