We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd212e commit 894c73eCopy full SHA for 894c73e
doc/source/whatsnew/v0.25.0.rst
@@ -97,7 +97,6 @@ Other Enhancements
97
- :func:`merge_asof` now gives a more clear error message when merge keys are categoricals that are not equal (:issue:`26136`)
98
- :meth:`pandas.core.window.Rolling` supports exponential (or Poisson) window type (:issue:`21303`)
99
- :class:`DatetimeIndex` and :class:`TimedeltaIndex` now have a `mean` method (:issue:`24757`)
100
--
101
- :meth:`DataFrame.describe` now formats integer percentiles without decimal point (:issue:`26660`)
102
103
.. _whatsnew_0250.api_breaking:
requirements-dev.txt
@@ -44,7 +44,7 @@ html5lib
44
lxml
45
openpyxl
46
pyarrow>=0.9.0
47
-pyqt
+pyqt5
48
tables>=3.4.2
49
python-snappy
50
s3fs
0 commit comments