-
- 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
BUG: Add type promotion support for eval() expressions with many properties Bug Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation
API/CLN: add in common operations to Series/Index, refactored as a OpsMixin API Design Datetime Datetime data dtype Enhancement Frequency DateOffsets Internals Related to non-user accessible pandas implementation Period Period data type
INT/CLN: clean up block slicing semantics Internals Related to non-user accessible pandas implementation
Change Panel.shift to use NDFrame.shift API Design Internals Related to non-user accessible pandas implementation
BUG: bug in BlockManager._get_numeric_data, with invalid combine Bug Internals Related to non-user accessible pandas implementation
ENH: NaTType can be unpickled properly Dtype Conversions Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation IO Data IO issues that don't fit into a more specific label Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
CLN: revisit & simplify Block/BlockManager, remove axes Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Refactor Internal refactoring of code
CLN: drop internals._invert_reordering in favour of lib.get_reverse_indexer Internals Related to non-user accessible pandas implementation
make nanops._maybe_null_out work with complex numbers ( issue #7353 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
make nanops work when ndim==1 and axis==0 ( issue #7354 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
support axis=None for nanmedian ( issue #7352 ) Bug Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
Fix bug where Unexpected or buggy dtype conversions Internals Related to non-user accessible pandas implementation
nanops._has_infs doesn't work with many dtypes (issue #7357) Bug Dtype Conversions ENH/CLN: add HistPlot class inheriting MPLPlot API Design Enhancement Internals Related to non-user accessible pandas implementation Visualization plotting
CLN/INT: remove Index as a sub-class of NDArray API Design Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation MultiIndex Refactor Internal refactoring of code
Allow deprecate_kwarg to transform arguments Internals Related to non-user accessible pandas implementation
CLN: Partially add future division imports Internals Related to non-user accessible pandas implementation Numeric Operations Arithmetic, Comparison, and Logical operations
#8106 by bwignall was closed Mar 6, 2015 Loading…
Previous Next
ProTip! Filter pull requests by the default branch with base:main.