-
- 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
DOC: Fix PEP-8 issues in text.rst Code Style Code style, linting, code_checks Docs Strings String extension data type and string data
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
BUG: all-na corner case for str.cat Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode 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… updated Jan 24, 2019
BUG: Fix regression on DataFrame.replace for regex Bug Strings String extension data type and string data
CLN: replace %s syntax with .format in pandas.io.parsers Clean 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
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
DEPR: execute deprecations for str.cat in v1.0 Deprecate Functionality to remove in pandas Strings String extension data type and string data
PERF: Add if branch for empty sep in str.cat Performance Memory or execution speed performance Strings String extension data type and string data
CLN: use unicode literals instead of compat.u Clean Strings String extension data type and string data
#24026 by jbrockmendel was closed Dec 5, 2018 Loading… updated Sep 17, 2019
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
CLN: F-string formatting in "Scripts" folder Clean Strings String extension data type and string data
#29525 by ShaharNaveh was closed Nov 10, 2019 • Draft updated Nov 10, 2019
2 of 3 tasks
REF/API: String methods refactor Refactor Internal refactoring of code Strings String extension data type and string data
#29637 by TomAugspurger was closed Nov 16, 2019 Loading… updated Nov 16, 2019
Bug fix GH 29624: calling str.isalpha on empty series returns object … Dtype Conversions Unexpected or buggy dtype conversions 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
STY: F-strings Code Style Code style, linting, code_checks Strings String extension data type and string data
ProTip! Type g i on any issue or pull request to go back to the issue listing page.