-
- 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: 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…
ENH: str.extractall for several matches Enhancement Strings String extension data type and string data
ENH: Basis for a StringDtype using Arrow ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
API: Add string extension type Dtype Conversions Unexpected or buggy dtype conversions ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
[ArrowStringArray] API: StringDtype parameterized by storage (python or pyarrow) API Design Strings String extension data type and string data
API: Series.str-accessor infers dtype (and Index.str does not raise on all-NA) Strings String extension data type and string data
BUG: convert_dtypes incorrectly converts byte strings to strings in 1.3+ Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version Strings String extension data type and string data
API: allow nan-likes 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
#41412 by lithomas1 was closed Apr 24, 2022 Loading…
4 tasks done
CLN/ERR: str.cat internals Clean Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
REF: Dispatch string methods to ExtensionArray 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…
5 tasks done
TST: add method/dtype coverage to str-accessor; precursor to #23167 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
API: more permissive conversion to StringDtype ExtensionArray Extending pandas with custom dtypes or arrays. Strings String extension data type and string data
ENH: str.replace accepts a compiled expression Enhancement Strings String extension data type and string data
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: 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…
4 tasks
BUG: inconsistency between replace dict using integers and using strings (#20656) Bug Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
ENH: add StringMethods (.str accessor) to Index, fixes #9068 API Design Indexing Related to indexing on series/frames, not to indexes themselves Strings String extension data type and string data
ENH: added regex argument to Series.str.split Enhancement 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
str.replace('.','') should replace every character? (fix) Strings String extension data type and string data
#24809 by alarangeiras was closed Jan 24, 2019 Loading…
DOC: add pandas 3.0 migration guide for the string dtype Docs Strings String extension data type and string data
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.