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 3ee7ba3 commit c805368Copy full SHA for c805368
pandas/errors/__init__.py
@@ -68,8 +68,7 @@ class DtypeWarning(Warning):
68
... 'b': ['b'] * 300000})
69
>>> df.to_csv('test.csv', index=False)
70
>>> df2 = pd.read_csv('test.csv')
71
-
72
- DtypeWarning: Columns (0) have mixed types
+ ... # DtypeWarning: Columns (0) have mixed types
73
74
Important to notice that ``df2`` will contain both `str` and `int` for the
75
same input, '1'.
0 commit comments