Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: Align Series.str.zfill() with str.zfill() Bug Strings String extension data type and string data
#21874 by atulagrwl was closed Nov 23, 2018 Loading… updated Nov 23, 2018
4 tasks
DOC: Fix PEP-8 issues in text.rst Code Style Code style, linting, code_checks Docs Strings String extension data type and string data
#23904 by FHaase was merged Nov 25, 2018 Loading… updated Nov 25, 2018 0.24.0
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
#23582 by h-vetinari was merged Nov 28, 2018 Loading… updated Nov 28, 2018
3 tasks done
0.24.0
BUG: all-na corner case for str.cat Bug Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
#24045 by h-vetinari was merged Dec 2, 2018 Loading… updated Dec 2, 2018
4 tasks done
0.24.0
DOC: update str.cat example Docs Strings String extension data type and string data
#23723 by h-vetinari was merged Jan 4, 2019 Loading… updated Jan 4, 2019 0.24.0
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
#25266 by PetitLepton was merged Feb 28, 2019 Loading… updated Feb 28, 2019
3 of 4 tasks
0.24.2
ENH: Add Series.str.casefold Enhancement Strings String extension data type and string data
#25419 by charlesdong1991 was merged Feb 28, 2019 Loading… updated Feb 28, 2019
4 tasks done
0.25.0
CLN: replace %s syntax with .format in pandas.io.parsers Clean Strings String extension data type and string data
#24721 by makeajourney was merged Mar 19, 2019 Loading… updated Mar 19, 2019
2 tasks done
0.25.0
CLN: Remove type definitions from pandas.compat Clean Strings String extension data type and string data
#25903 by jschendel was merged Mar 29, 2019 Loading… updated Apr 5, 2019
3 tasks done
0.25.0
API: Series.str-accessor infers dtype (and Index.str does not raise on all-NA) Strings String extension data type and string data
#23167 by h-vetinari was merged Jun 1, 2019 Loading… updated Jun 1, 2019
3 tasks done
0.25.0
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
#27611 by h-vetinari was merged Jul 31, 2019 Loading… updated Jul 31, 2019
3 tasks done
1.0.0
PERF: Add if branch for empty sep in str.cat Performance Memory or execution speed performance Strings String extension data type and string data
#26605 by h-vetinari was merged Jul 31, 2019 Loading… updated Jul 31, 2019 1.0.0
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
TST: add test to confirm adding 'm' to a Series of strings does not error Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#28736 by kognate was merged Oct 2, 2019 Loading… updated Oct 2, 2019 1.0.0
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
#27949 by TomAugspurger was merged Oct 5, 2019 Loading… updated Oct 7, 2019 1.0.0
CLN: remove is_stringlike Clean Strings String extension data type and string data
#29450 by jbrockmendel was merged Nov 7, 2019 Loading… updated Nov 7, 2019 1.0.0
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
#29680 by ellequelle was merged Nov 17, 2019 Loading… updated Nov 18, 2019
5 tasks done
1.0.0
Refactor string methods for StringArray + return IntegerArray for numeric results Performance Memory or execution speed performance Strings String extension data type and string data
#29640 by TomAugspurger was merged Nov 19, 2019 Loading… updated Nov 19, 2019 1.0.0
STY: F-strings Code Style Code style, linting, code_checks Strings String extension data type and string data
#29988 by ShaharNaveh was merged Dec 4, 2019 Loading… updated Dec 4, 2019
3 of 5 tasks
1.0.0
#29886 - Replace !r for repr() on pandas/io/parses.py Refactor Internal refactoring of code Strings String extension data type and string data
#30073 by JvPy was merged Dec 10, 2019 Loading… updated Dec 10, 2019
2 of 5 tasks
1.0.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.