Skip to content

Commit 72a3f52

Browse files
jorisvandenbosschevictor
authored and
victor
committed
DOC: fixup old whatsnew for dtype coercing change (pandas-dev#21456) (pandas-dev#21634)
1 parent d3ce5bb commit 72a3f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.11.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Numeric dtypes will propagate and can coexist in DataFrames. If a dtype is passe
7676
df1.dtypes
7777
df2 = DataFrame(dict( A = Series(randn(8),dtype='float16'),
7878
B = Series(randn(8)),
79-
C = Series(randn(8),dtype='uint8') ))
79+
C = Series(range(8),dtype='uint8') ))
8080
df2
8181
df2.dtypes
8282

0 commit comments

Comments
 (0)