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: string methods on empty series (GH7241) Bug Strings String extension data type and string data
#7242 by wabu was closed Jun 4, 2014 Loading… updated Jun 16, 2014 0.14.1
FIX str.match uses na flag Bug Strings String extension data type and string data
#6611 by hayd was merged Mar 14, 2014 Loading… updated Jun 20, 2014 0.14.0
Fix for GH 6885 - get_dummies chokes on unicode values Bug Strings String extension data type and string data Unicode Unicode strings
#6975 by maxgrenderjones was closed Apr 30, 2014 Loading… updated Jun 20, 2014 0.14.0
ENH: Implement core/strings/wrap method Enhancement Strings String extension data type and string data
#6999 by jeffreystarr was closed Apr 29, 2014 Loading… updated Jun 25, 2014 0.14.0
str_extract should work for timeseries, (GH6348) Bug Strings String extension data type and string data
#6349 by andrewkittredge was closed Feb 23, 2014 Loading… updated Jun 27, 2014 0.14.0
BUG: Fix unconverting of long strings from HDF (GH6166) Bug Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore Strings String extension data type and string data
#6821 by jreback was merged Apr 6, 2014 Loading… updated Jun 30, 2014 0.14.0
BUG, TST: Fix pandas.core.strings.str_contains when handling regex=False and case=False Bug Strings String extension data type and string data
#7505 by benjwadams was merged Jun 30, 2014 Loading… updated Jun 30, 2014 0.14.1
ENH: Implement core/strings/wrap method Enhancement Strings String extension data type and string data
#6705 by jeffreystarr was closed Apr 29, 2014 Loading… updated Jul 2, 2014 0.14.0
BUG: fix metacharacter replacement bug in DataFrame.replace() API Design Bug Strings String extension data type and string data
#6778 by cpcloud was merged Apr 4, 2014 Loading… updated Jul 16, 2014 0.14.0
BUG: Check the first element of "others.values" rather than "others". Bug Strings String extension data type and string data
#7859 by toobaz was closed Aug 2, 2014 Loading… updated Aug 2, 2014 0.15.0
BUG: do not assume 0 is in index of potential Series Bug Strings String extension data type and string data
#7902 by toobaz was merged Aug 2, 2014 Loading… updated Aug 2, 2014 0.15.0
PERF: Switch to try/except in extract() rather than instance check Performance Memory or execution speed performance Strings String extension data type and string data
#8202 by jtratner was closed Sep 7, 2014 Loading… updated Sep 7, 2014 0.16.0
ENH: Series.str.split can return a DataFrame instead of Series of lists API Design Enhancement Reshaping Concat, Merge/Join, Stack/Unstack, Explode Strings String extension data type and string data
#8663 by billletson was merged Oct 29, 2014 Loading… updated Oct 30, 2014 0.15.1
astype checks notnull Fixes: #8732 Performance Memory or execution speed performance Strings String extension data type and string data
#8924 by vikram was closed Nov 29, 2014 Loading… updated Nov 29, 2014
TST/COMPAT: tests and compat for unicode for lib.max_len_string_array Strings String extension data type and string data Testing pandas testing functions or related to the test suite Unicode Unicode strings
#8978 by jreback was merged Dec 3, 2014 Loading… updated Dec 3, 2014 0.15.2
PERF: add exact kw to to_datetime to enable faster regex format parsing API Design Datetime Datetime data dtype Performance Memory or execution speed performance Strings String extension data type and string data
#8904 by jreback was merged Dec 5, 2014 Loading… updated Dec 5, 2014 0.15.2
ENH: Implement Series.StringMethod.slice_replace Enhancement Strings String extension data type and string data
#9014 by billletson was merged Jan 8, 2015 Loading… updated Jan 8, 2015 0.16.0
ENH: StringMethods now supports ljust and rjust API Design Strings String extension data type and string data
#9352 by sinhrks was merged Jan 29, 2015 Loading… updated Jan 29, 2015 0.16.0
ENH: StringMethods supports is_xxx methods API Design Strings String extension data type and string data
#9282 by sinhrks was merged Jan 29, 2015 Loading… updated Jan 29, 2015 0.16.0
ENH: Add StringMethods.zfill API Design Strings String extension data type and string data
#9387 by sinhrks was merged Feb 4, 2015 Loading… updated Feb 4, 2015 0.16.0
ENH: Add StringMethods.isnumeric and isdecimal API Design Strings String extension data type and string data
#9439 by sinhrks was merged Feb 10, 2015 Loading… updated Feb 11, 2015 0.16.0
DOC: organize stringmethods in what's new Docs Strings String extension data type and string data
#9654 by sinhrks was merged Mar 16, 2015 Loading… updated Mar 16, 2015 0.16.0
ENH: Add StringMethod.find and rfind API Design Strings String extension data type and string data
#9386 by sinhrks was merged Feb 16, 2015 Loading… updated Mar 31, 2015 0.16.0
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
#9667 by mortada was merged Apr 10, 2015 Loading… updated Apr 29, 2015 0.16.1
DOC/CLN: Revise StringMethods docs Docs Strings String extension data type and string data
#9843 by sinhrks was merged May 1, 2015 Loading… updated May 4, 2015 0.16.1
ProTip! Filter pull requests by the default branch with base:main.