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

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
#19118 by datapythonista was merged Feb 5, 2018 Loading… updated Feb 5, 2018
4 tasks done
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… updated Mar 17, 2018
3 tasks done
0.23.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… updated Apr 7, 2018
5 tasks done
0.23.0
DOC: add concatenation-section to text.rst Docs Strings String extension data type and string data
#20790 by h-vetinari was merged Apr 24, 2018 Loading… updated Apr 24, 2018 0.23.0
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
BUG: type aliasing is not allowed to be compared using isinstance() Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
#21098 by adamabk was merged May 17, 2018 Loading… updated May 19, 2018
2 of 4 tasks
0.23.1
DOC: update the pandas.Series.str.strip docstring Docs Strings String extension data type and string data
#20863 by Cheukting was merged Jul 7, 2018 Loading… updated Jul 7, 2018
1 of 4 tasks
0.24.0
BUG: sets in str.cat API Design Strings String extension data type and string data
#23187 by h-vetinari was merged Oct 23, 2018 Loading… updated Oct 23, 2018
4 tasks done
0.24.0
BUG: Align Series.str.zfill() with str.zfill() Bug Strings String extension data type and string data
#21874 by atulagrwl was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading… updated Jan 24, 2019
BUG: Fix regression on DataFrame.replace for regex Bug Strings String extension data type and string data
#25266 by PetitLepton was merged Feb 28, 2019 Loading… updated Feb 28, 2019
3 of 4 tasks
0.24.2
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… updated Jun 8, 2019
4 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… updated Jun 17, 2019
4 tasks
Refactor string methods for StringArray + return IntegerArray for numeric results Performance Memory or execution speed performance Strings String extension data type and string data
#29640 by TomAugspurger was merged Nov 19, 2019 Loading… updated Nov 19, 2019 1.0.0
BUG: strengthen typing in get_c_string, fix StringHashTable segfault Clean Strings String extension data type and string data
#30419 by jbrockmendel was merged Dec 24, 2019 Loading… updated Dec 24, 2019 1.0.0
API: Disallow NaN in StringArray constructor ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#30980 by TomAugspurger was merged Jan 14, 2020 Loading… updated Jan 14, 2020 1.0.0
REGR: Series.str.encode("base64") Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#32080 by simonjayhawkins was closed Feb 18, 2020 Loading… updated Feb 18, 2020
5 tasks
1.0.2
BUG: string methods with NA Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#31684 by prakhar987 was merged Mar 10, 2020 Loading… updated Mar 10, 2020
3 of 5 tasks
1.0.2
BUG: Fix astype from float32 to string Bug Output-Formatting __repr__ of pandas objects, to_string Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
#36464 by dsaxton was merged Sep 21, 2020 Loading… updated Sep 21, 2020
5 tasks done
1.1.3
BUG: pd.Series.replace does not preserve the original dtype Dtype Conversions Unexpected or buggy dtype conversions replace replace method Stale Strings String extension data type and string data
#33622 by kotamatsuoka was closed Sep 25, 2020 Loading… updated Sep 25, 2020
3 of 5 tasks
BUG: Series.replace does not preserve dtype of original Series Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Mothballed Temporarily-closed PR the author plans to return to replace replace method Strings String extension data type and string data
#37512 by arw2019 was closed Nov 11, 2020 Draft updated Nov 11, 2020
5 tasks done
BUG: avoid attribute error with pyarrow >=0.16.0 and <1.0.0 Dependencies Required and optional dependencies ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#38803 by ADraginda was merged Jan 5, 2021 Loading… updated Jan 5, 2021
5 tasks done
1.2.1
'lower' method causing problems when individual values are being read as 'int' Strings String extension data type and string data
#39289 by abhinavprao was closed Feb 11, 2021 Loading… updated Feb 11, 2021
ENH: Arrow backed string array - implement factorize() method without casting to objects ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
#38007 by simonjayhawkins was merged Mar 2, 2021 Loading… updated Mar 2, 2021
3 tasks done
1.3
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… updated Mar 30, 2021
5 tasks done
ProTip! Filter pull requests by the default branch with base:main.