-
- 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
ENH: Added str.normalize to use unicodedata.normalize Strings String extension data type and string data
ENH: Add StringMethods.partition and rpartition API Design Strings String extension data type and string data
ENH: improve extract and get_dummies methods for Index.str (fix for #9980) API Design Strings String extension data type and string data
ENH: #9847, adding a "same" and "expand" param to StringMethods.split() API Design Strings String extension data type and string data
PERF: astype(str) on object dtypes GH8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8971 by vikram was closed May 9, 2015 Loading… updated May 14, 2015
PERF: increase performance of str_split when returning a frame Performance Memory or execution speed performance Strings String extension data type and string data
ENH: support .strftime for datetimelikes (closes #10086) Datetime Datetime data dtype Enhancement Output-Formatting __repr__ of pandas objects, to_string Strings String extension data type and string data
ENH: str.extractall for several matches Enhancement Strings String extension data type and string data
Small improvements to str_cat Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
#12000 by hack-c was closed Feb 11, 2016 Loading… updated Feb 11, 2016
Improvements to str_cat Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Strings String extension data type and string data
ENH: add expand kw to str.get_dummies API Design Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
PERF: Improved performance for StringMethods.encode/decode Performance Memory or execution speed performance Strings String extension data type and string data
#12989 by Winand was closed Apr 27, 2016 Loading… updated Apr 27, 2016
PERF: Improved performance for .str.encode/decode Performance Memory or execution speed performance Strings String extension data type and string data
ENH/BUG: str.extractall doesn't support index Bug Enhancement Strings String extension data type and string data
BUG: Fix for .extractall (single group with quantifier) #13382 Bug Strings String extension data type and string data
BUG: Fix for .str.replace with invalid input Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
ProTip! no:milestone will show everything without a milestone.