-
- 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
COMPAT: odd arrays can be correctly ordered in newer versions of numpy Compat pandas objects compatability with Numpy or Python functions
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
Fix zlib and blosc imports in to_msgpack Bug Compat pandas objects compatability with Numpy or Python functions
ENH: NDFrame.mask supports same kwds as where API Design Compat pandas objects compatability with Numpy or Python functions
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
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
various windows test / dtype fixes Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Windows Windows OS
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
BUG: provide categorical concat always on axis 0, #10430 Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
BUG: Bug fix implement __reduce__/__setstate__ for Period pickle support Compat pandas objects compatability with Numpy or Python functions Period Period data type
BUG: Series.map using categorical Series raises AttributeError Bug Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions
CLN: cleanup up platform / python version checks. fix GB10151 Compat pandas objects compatability with Numpy or Python functions
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
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
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
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
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
ProTip! Type g i on any issue or pull request to go back to the issue listing page.