File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ up with a ``float64`` dtype Series:
6363 pd.Series([1 , 2 , np.nan])
6464
6565 Operations involving an integer array will behave similar to NumPy arrays.
66- Missing values will be propagated, and and the data will be coerced to another
66+ Missing values will be propagated, and the data will be coerced to another
6767dtype if needed.
6868
6969.. ipython :: python
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations
3333
3434.. note ::
3535
36- This is a combined release for 0.20.0 and and 0.20.1.
36+ This is a combined release for 0.20.0 and 0.20.1.
3737 Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils `` routines. (:issue: `16250 `)
3838
3939.. contents :: What's new in v0.20.0
You can’t perform that action at this time.
0 commit comments