-
- 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
REF (string): Move StringArrayNumpySemantics methods to base class backported Refactor Internal refactoring of code Strings String extension data type and string data
TST (string dtype): change any_string_dtype fixture to use actual dtype instances backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
REF (string dtype): de-duplicate _str_map (2) backported Refactor Internal refactoring of code Strings String extension data type and string data
TST (string): more targeted xfails in test_string.py backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
TST (string dtype): fix IO dtype_backend tests for storage of str dtype of columns' Index backported Strings String extension data type and string data
TST (string dtype): Adjust indexing string tests backported Strings String extension data type and string data
TST (string dtype): follow-up on GH-59329 fixing new xfails backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
TST (string dtype): remove usage of 'string[pyarrow_numpy]' alias backported Strings String extension data type and string data
String dtype: honor mode.string_storage option (and change default to None) backported Strings String extension data type and string data
REF (string): move ArrowStringArrayNumpySemantics methods to base class backported Refactor Internal refactoring of code Strings String extension data type and string data
String dtype: implement _get_common_dtype backported Strings String extension data type and string data
API/TST: expand tests for string any/all reduction + fix pyarrow-based implementation API Design backported Reduction Operations sum, mean, min, max, etc. Strings String extension data type and string data
TST (string dtype): clean up construction of expected string arrays backported Strings String extension data type and string data
TST (string dtype): resolve all infer_string TODO/xfails in pandas/tests/arrays backported Strings String extension data type and string data
String dtype: fix isin() values handling for python storage backported Strings String extension data type and string data
BUG/API (string dtype): return float dtype for series[str].rank() Arrow pyarrow functionality backported Strings String extension data type and string data Transformations e.g. cumsum, diff, rank
String dtype: use 'str' string alias and representation for NaN-variant of the dtype backported Strings String extension data type and string data
String dtype: still return nullable NA-variant in object inference (String extension data type and string data
maybe_converts_object) if requested backported Strings TST / string dtype: add env variable to enable future_string and add test build backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
String dtype: avoid surfacing pyarrow exception in binary operations Arrow pyarrow functionality backported Error Reporting Incorrect or improved errors from pandas Strings String extension data type and string data
API (string): str.center with pyarrow-backed string dtype backported Strings String extension data type and string data
TST (string dtype): clean-up xpasssing tests with future string dtype backported Strings String extension data type and string data Testing pandas testing functions or related to the test suite
DEPR (string): non-bool na for obj.str.contains backported Deprecate Functionality to remove in pandas Strings String extension data type and string data
ProTip! Adding no:label will show everything without a label.