Skip to content

Commit 78870e1

Browse files
update doctest
1 parent 384eedd commit 78870e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pandas/core/generic.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -6809,12 +6809,12 @@ def convert_dtypes(
68096809
2 3 z <NA> <NA> 20 200.0
68106810
68116811
>>> dfn.dtypes
6812-
a Int32
6813-
b string[python]
6814-
c boolean
6815-
d string[python]
6816-
e Int64
6817-
f Float64
6812+
a Int32
6813+
b string
6814+
c boolean
6815+
d string
6816+
e Int64
6817+
f Float64
68186818
dtype: object
68196819
68206820
Start with a Series of strings and missing data represented by ``np.nan``.

0 commit comments

Comments
 (0)