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

COMPAT: odd arrays can be correctly ordered in newer versions of numpy Compat pandas objects compatability with Numpy or Python functions
#9652 by jreback was merged Mar 13, 2015 Loading… 0.16.0
TST: Fix dateutil version check CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
#9725 by evanpw was merged Mar 25, 2015 Loading…
ENH: Add an axis parameter to DataFrame.diff API Design Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#9727 by evanpw was merged Apr 29, 2015 Loading… 0.16.1
Fix zlib and blosc imports in to_msgpack Bug Compat pandas objects compatability with Numpy or Python functions
#9783 by invisibleroads was merged Apr 13, 2015 Loading… 0.16.1
ENH: NDFrame.mask supports same kwds as where API Design Compat pandas objects compatability with Numpy or Python functions
#9808 by sinhrks was merged Apr 4, 2015 Loading… 0.16.1
Fixed bug #9733 where stat functions returned a python scalar for empty series Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions
#9829 by remiremi was closed Nov 10, 2015 Loading…
FIX: division of Decimal would crash Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#9871 by hsperr was closed Apr 14, 2015 Loading… 0.16.1
Fixing == __eq__ operator for MultiIndex ... closes #9785 Bug Compat pandas objects compatability with Numpy or Python functions Error Reporting Incorrect or improved errors from pandas
#9872 by pykler was closed Apr 14, 2015 Loading… 0.16.1
various windows test / dtype fixes Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Windows Windows OS
#9942 by jreback was merged Apr 20, 2015 Loading… 0.16.1
ENH: add expand kw to str.get_dummies API Design Compat pandas objects compatability with Numpy or Python functions Strings String extension data type and string data
#10103 by sinhrks was closed Apr 11, 2016 Loading… 0.18.1
BUG: provide categorical concat always on axis 0, #10430 Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
#10431 by jreback was merged Jun 25, 2015 Loading… 0.17.0
BUG: Bug fix implement __reduce__/__setstate__ for Period pickle support Compat pandas objects compatability with Numpy or Python functions Period Period data type
#10441 by scarrucciu was closed Aug 20, 2015 Loading… 0.17.0
BUG: Series.map using categorical Series raises AttributeError Bug Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
#10464 by sinhrks was merged Jul 1, 2015 Loading… 0.17.0
CLN: cleanup up platform / python version checks. fix GB10151 Compat pandas objects compatability with Numpy or Python functions
#10542 by schettino72 was merged Jul 11, 2015 Loading… 0.17.0
Pickle subclass metadata Bug Compat pandas objects compatability with Numpy or Python functions
#10557 by kjordahl was merged Jul 13, 2015 Loading… 0.17.0
ERR: Boolean comparisons of a Series vs None will now be equivalent to null comparisons Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#10569 by jreback was merged Jul 17, 2015 Loading… 0.17.0
COMPAT: Allow multi-indexes to be written to excel Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel MultiIndex
#10570 by flamingbear was merged Aug 20, 2015 Loading… 0.17.0
Empty subtypes of Index return their type, rather than Index Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
#10599 by max-sixty was closed Jul 24, 2015 Loading… 0.17.0
TST: windows compat for testing / msgpack CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite Windows Windows OS
#10630 by jreback was merged Jul 21, 2015 Loading… 0.17.0
Fix Visual Studio 2015 compile errors Compat pandas objects compatability with Numpy or Python functions Windows Windows OS
#10683 by cgohlke was closed Jul 27, 2015 Loading… 0.17.0
API: Series.sum() will now return 0.0 for all-NaN series API Design Compat pandas objects compatability with Numpy or Python functions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Numeric Operations Arithmetic, Comparison, and Logical operations
#10815 by jreback was closed Sep 3, 2015 Loading…
ENH: Period pickle Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label Period Period data type
#10866 by jreback was merged Aug 20, 2015 Loading… 0.17.0
2
COMPAT: remove SettingWithCopy warning, and use copy-on-write, #10954 API Design Compat pandas objects compatability with Numpy or Python functions Copy / view semantics Indexing Related to indexing on series/frames, not to indexes themselves
#10973 by jreback was closed Nov 2, 2015 Loading…
2 tasks
COMPAT/TST: fix group_info dtype issues, xref #10981 Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
#10988 by jreback was merged Sep 4, 2015 Loading… 0.17.0
Add capability to handle Path/LocalPath objects Compat pandas objects compatability with Numpy or Python functions Enhancement IO Data IO issues that don't fit into a more specific label
#11051 by flying-sheep was closed Oct 17, 2015 Loading… 0.17.1
ProTip! Type g i on any issue or pull request to go back to the issue listing page.