File tree 2 files changed +2
-2
lines changed
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:
63
63
pd.Series([1 , 2 , np.nan])
64
64
65
65
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
67
67
dtype if needed.
68
68
69
69
.. 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
33
33
34
34
.. note ::
35
35
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.
37
37
Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils `` routines. (:issue: `16250 `)
38
38
39
39
.. contents :: What's new in v0.20.0
You can’t perform that action at this time.
0 commit comments