File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,8 @@ General Parsing Configuration
168168
169169dtype : Type name or dict of column -> type, default ``None ``
170170 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
172173 not interpret dtype.
173174
174175 .. versionadded :: 0.20.0 support for the Python parser.
Original file line number Diff line number Diff line change 125125 are duplicate names in the columns.
126126dtype : Type name or dict of column -> type, default None
127127 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.
129130 If converters are specified, they will be applied INSTEAD
130131 of dtype conversion.
131132%s
You can’t perform that action at this time.
0 commit comments