We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db8076 commit 5188c00Copy full SHA for 5188c00
doc/source/whatsnew/v0.11.0.txt
@@ -76,7 +76,7 @@ Numeric dtypes will propagate and can coexist in DataFrames. If a dtype is passe
76
df1.dtypes
77
df2 = DataFrame(dict( A = Series(randn(8),dtype='float16'),
78
B = Series(randn(8)),
79
- C = Series(randn(8),dtype='uint8') ))
+ C = Series(range(8),dtype='uint8') ))
80
df2
81
df2.dtypes
82
0 commit comments