Skip to content

Commit 891047b

Browse files
committed
docs refernce 0.10.2 -> 0.11.0
1 parent 66385a8 commit 891047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/dsintro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ each type:
483483
484484
df.get_dtype_counts()
485485
486-
Numeric dtypes will propagate and can coexist in DataFrames (starting in v0.10.2).
486+
Numeric dtypes will propagate and can coexist in DataFrames (starting in v0.11.0).
487487
If a dtype is passed (either directly via the ``dtype`` keyword, a passed ``ndarray``,
488488
or a passed ``Series``, then it will be preserved in DataFrame operations. Furthermore, different numeric dtypes will **NOT** be combined. The following example will give you a taste.
489489

0 commit comments

Comments
 (0)