We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384eedd commit 78870e1Copy full SHA for 78870e1
pandas/core/generic.py
@@ -6809,12 +6809,12 @@ def convert_dtypes(
6809
2 3 z <NA> <NA> 20 200.0
6810
6811
>>> dfn.dtypes
6812
- a Int32
6813
- b string[python]
6814
- c boolean
6815
- d string[python]
6816
- e Int64
6817
- f Float64
+ a Int32
+ b string
+ c boolean
+ d string
+ e Int64
+ f Float64
6818
dtype: object
6819
6820
Start with a Series of strings and missing data represented by ``np.nan``.
0 commit comments