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

[ArrowStringArray] Use utf8_is_* functions from Apache Arrow if available Performance Memory or execution speed performance Strings String extension data type and string data
#41041 by simonjayhawkins was merged Apr 25, 2021 Loading… 1.3
TST: [ArrowStringArray] more parameterised testing - part 2 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#40749 by simonjayhawkins was merged Apr 15, 2021 Loading… 1.3
BUG(string dtype): groupby/resampler.min/max returns float on all NA strings Bug Groupby Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reduction Operations sum, mean, min, max, etc. Strings String extension data type and string data
#60985 by rhshadrach was merged Apr 19, 2025 Loading…
1 of 5 tasks
2.3
ENH: Series.str.split can return a DataFrame instead of Series of lists API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
#8663 by billletson was merged Oct 29, 2014 Loading… 0.15.1
ENH: improve extract and get_dummies methods for Index.str (fix for #9980) API Design Strings String extension data type and string data
#9985 by mortada was closed May 8, 2015 Loading… 0.16.1
DOC: Improve the docstring of Str.contains() Docs Strings String extension data type and string data
#20870 by Blair-Young was merged May 10, 2018 Loading…
1 of 4 tasks
0.23.0
Don't raise exceptions splitting a blank string Strings String extension data type and string data
#20067 by montanalow was merged Mar 17, 2018 Loading…
3 tasks done
0.23.0
BUG: mode not sorting values for arrow backed strings Arrow pyarrow functionality Strings String extension data type and string data
#55621 by phofl was merged Oct 25, 2023 Loading…
5 tasks
2.1.2
ENH: allow opt-in to inferring pyarrow strings Arrow pyarrow functionality Strings String extension data type and string data
#54430 by phofl was merged Aug 9, 2023 Loading…
5 tasks
2.1
String dtype: use ObjectEngine for indexing for now correctness over performance Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
#60329 by jorisvandenbossche was merged Nov 26, 2024 Loading… 2.3
String dtype: propagate NaNs as False in predicate methods (eg .str.startswith) API Design backported Strings String extension data type and string data
#59616 by jorisvandenbossche was merged Oct 10, 2024 Loading…
1 of 4 tasks
2.3
BUG: Handle zero-chunked pyarrow.ChunkedArray in StringArray Bug IO Parquet parquet, feather Strings String extension data type and string data
#41052 by xhochy was merged Apr 21, 2021 Loading…
4 tasks done
1.3
[ArrowStringArray] implement ArrowStringArray._str_contains Performance Memory or execution speed performance Strings String extension data type and string data
#41025 by simonjayhawkins was merged Apr 26, 2021 Loading… 1.3
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: 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
Fix: StringArray non-extensible due to inconsisent assertion ExtensionArray Extending pandas with custom dtypes or arrays. Stale Strings String extension data type and string data
#34310 by sbrugman was closed Dec 3, 2020 Loading…
5 tasks done
Change in astype leads to no longer casting to numpy string dtypes Dtype Conversions Unexpected or buggy dtype conversions Stale Strings String extension data type and string data
#39945 by phofl was closed Jun 16, 2021 Loading…
4 tasks done
API/BUG: Fix is_string_dtype and make more strict Dtype Conversions Unexpected or buggy dtype conversions Strings String extension data type and string data
#49378 by mroeschke was merged Nov 3, 2022 Loading…
4 of 5 tasks
ENH: Add StringMethod.find and rfind API Design Strings String extension data type and string data
#9386 by sinhrks was merged Feb 16, 2015 Loading… 0.16.0
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
#15257 by jorisvandenbossche was closed Mar 22, 2017 Loading… 0.20.0
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…
1 of 4 tasks
0.24.0
DOC: update the pandas.Series.str.slice_replace docstring Docs Strings String extension data type and string data
#20273 by techedlaksh was merged Mar 16, 2018 Loading…
5 tasks done
0.23.0
Faster ensure_string_array Performance Memory or execution speed performance Strings String extension data type and string data
#55183 by WillAyd was merged Sep 20, 2023 Loading… 2.2
String dtype: fix pyarrow-based IO + update tests backported IO Parquet parquet, feather Strings String extension data type and string data
#59478 by jorisvandenbossche was merged Aug 22, 2024 Loading… 2.3
ENH: Add dtype argument to str.decode Enhancement Strings String extension data type and string data
#60940 by rhshadrach was merged Feb 18, 2025 Loading…
5 tasks
2.3
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.