-
- 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
API: Allow other na values 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
BUG: Fix regression on DataFrame.replace for regex Bug Strings String extension data type and string data
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
ENH: Allow dictionaries to be passed to pandas.Series.str.replace API Design Enhancement Strings String extension data type and string data
ENH: Implement core/strings/wrap method Enhancement Strings String extension data type and string data
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
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
ENH: [ArrowStringArray] Enable the string methods for the arrow-backed StringArray Enhancement Strings String extension data type and string data
BUG (string): ArrowStringArray.find corner cases backported Strings String extension data type and string data
ENH: Add dtype argument to StringMethods get_dummies() Enhancement Strings String extension data type and string data
String dtype: implement object-dtype based StringArray variant with NumPy semantics backported Strings String extension data type and string data
#58451 by jorisvandenbossche was merged Aug 7, 2024 Loading…
ENH: Implement StringArray.min / max Enhancement ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
DEPR: list-likes of list-likes in str.cat Deprecate Functionality to remove in pandas Strings String extension data type and string data
TST (string dtype): fix groupby xfails with using_infer_string + update error message Groupby Strings String extension data type and string data
DOC: add pandas 3.0 migration guide for the string dtype Docs Strings String extension data type and string data
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading…
ProTip! Exclude everything labeled
bug with -label:bug.