-
- 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
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
DOC: update the pandas.Series.str.slice_replace docstring 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
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
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
BUG: strengthen typing in get_c_string, fix StringHashTable segfault Clean Strings String extension data type and string data
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
REGR: Series.str.encode("base64") Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
BUG: string methods with NA Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
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
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
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
'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
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
Previous Next
ProTip! Filter pull requests by the default branch with base:main.