Skip to content

Commit 83a517e

Browse files
Update doc/source/user_guide/io.rst
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
1 parent d878acc commit 83a517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dtype : Type name or dict of column -> type, default ``None``
156156
Data type for data or columns. E.g. ``{'a': np.float64, 'b': np.int32, 'c': 'Int64'}``
157157
Use ``str`` or ``object`` together with suitable ``na_values`` settings to preserve
158158
and not interpret dtype. If converters are specified, they will be applied INSTEAD
159-
of dtype conversion.Specify a defaultdict as input where
159+
of dtype conversion. Specify a defaultdict as input where
160160
the default determines the dtype of the columns which are not explicitly
161161
listed.
162162

0 commit comments

Comments
 (0)