You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.0.0.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ A new ``pd.NA`` value (singleton) is introduced to represent scalar missing
111
111
values. Up to now, ``np.nan`` is used for this for float data, ``np.nan`` or
112
112
``None`` for object-dtype data and ``pd.NaT`` for datetime-like data. The
113
113
goal of ``pd.NA`` is provide a "missing" indicator that can be used
114
-
consistently accross data types. For now, the nullable integer and boolean
114
+
consistently across data types. For now, the nullable integer and boolean
115
115
data types and the new string data type make use of ``pd.NA`` (:issue:`28095`).
116
116
117
117
.. warning::
@@ -826,7 +826,7 @@ Plotting
826
826
- Bug where :meth:`DataFrame.boxplot` would not accept a `color` parameter like `DataFrame.plot.box` (:issue:`26214`)
827
827
- Bug in the ``xticks`` argument being ignored for :meth:`DataFrame.plot.bar` (:issue:`14119`)
828
828
- :func:`set_option` now validates that the plot backend provided to ``'plotting.backend'`` implements the backend when the option is set, rather than when a plot is created (:issue:`28163`)
829
-
- :meth:`DataFrame.plot` now allow a ``backend`` keyword arugment to allow changing between backends in one session (:issue:`28619`).
829
+
- :meth:`DataFrame.plot` now allow a ``backend`` keyword argument to allow changing between backends in one session (:issue:`28619`).
830
830
- Bug in color validation incorrectly raising for non-color styles (:issue:`29122`).
0 commit comments