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 d878acc commit 83a517eCopy full SHA for 83a517e
doc/source/user_guide/io.rst
@@ -156,7 +156,7 @@ dtype : Type name or dict of column -> type, default ``None``
156
Data type for data or columns. E.g. ``{'a': np.float64, 'b': np.int32, 'c': 'Int64'}``
157
Use ``str`` or ``object`` together with suitable ``na_values`` settings to preserve
158
and not interpret dtype. If converters are specified, they will be applied INSTEAD
159
- of dtype conversion.Specify a defaultdict as input where
+ of dtype conversion. Specify a defaultdict as input where
160
the default determines the dtype of the columns which are not explicitly
161
listed.
162
0 commit comments