File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ General Parsing Configuration
168
168
169
169
dtype : Type name or dict of column -> type, default ``None ``
170
170
Data type for data or columns. E.g. ``{'a': np.float64, 'b': np.int32} ``
171
- (unsupported with ``engine='python' ``). Use `str ` or `object ` to preserve and
171
+ (unsupported with ``engine='python' ``). Use `str ` or `object ` together
172
+ with suitable ``na_values `` settings to preserve and
172
173
not interpret dtype.
173
174
174
175
.. versionadded :: 0.20.0 support for the Python parser.
Original file line number Diff line number Diff line change 125
125
are duplicate names in the columns.
126
126
dtype : Type name or dict of column -> type, default None
127
127
Data type for data or columns. E.g. {'a': np.float64, 'b': np.int32}
128
- Use `str` or `object` to preserve and not interpret dtype.
128
+ Use `str` or `object` together with suitable `na_values` settings
129
+ to preserve and not interpret dtype.
129
130
If converters are specified, they will be applied INSTEAD
130
131
of dtype conversion.
131
132
%s
You can’t perform that action at this time.
0 commit comments