-
- 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
DEPR: Raise pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas
FutureWarning about raising an error in __array__ when copy=False cannot be honored Compat CI: fix deprecation warning on interpolation CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions Warnings Warnings that appear or should be added to pandas
COMPAT: Fix the last warning from matplotlib 3.5.0 Compat pandas objects compatability with Numpy or Python functions Visualization plotting
DataFrame.convert_dtypes doesn't preserve subclasses Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Subclassing Subclassing pandas objects
BUG: np.timedelta64 + Period Compat pandas objects compatability with Numpy or Python functions Period Period data type
Temporarily add back Index._get_attributes_dict for dask compat Compat pandas objects compatability with Numpy or Python functions
ENH: implement ExtensionArray.__array_ufunc__ Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays.
DEPS: Upgrade Deps for Python 3.10 Compat pandas objects compatability with Numpy or Python functions Dependencies Required and optional dependencies Python 3.10
DEPS: drop Python 3.7 and NumPy 1.17 from tests (#41678) Compat pandas objects compatability with Numpy or Python functions Dependencies Required and optional dependencies Deprecate Functionality to remove in pandas
CLN: fix numpy FutureWarning in tests Compat pandas objects compatability with Numpy or Python functions
DEPS/CLN: remove distutils usage Compat pandas objects compatability with Numpy or Python functions Dependencies Required and optional dependencies Python 3.10
REGR: ufunc with DataFrame input not passing all kwargs Compat pandas objects compatability with Numpy or Python functions
COMPAT: add back dummy CategoricalBlock class Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation
Make Index.all compatible with numpy.all Bug Compat pandas objects compatability with Numpy or Python functions Index Related to the Index class or subclasses
BUG: inspect.getmembers(Series) Bug Compat pandas objects compatability with Numpy or Python functions
BUG: algos.rank with readonly values Compat pandas objects compatability with Numpy or Python functions
CI: update tests for numpy 1.20 change to floordiv Compat pandas objects compatability with Numpy or Python functions
BUG: unpickling modifies Block.ndim Compat pandas objects compatability with Numpy or Python functions ExtensionArray Extending pandas with custom dtypes or arrays.
BUG: read-only values in cython funcs Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
Previous Next
ProTip! Filter pull requests by the default branch with base:main.