File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ for more background and details.
58
58
.. - setitem raises an error for non-string data
59
59
60
60
Brief introduction to the new default string dtype
61
- -------------------------------------------
61
+ --------------------------------------------------
62
62
63
63
By default, pandas will infer this new string dtype instead of object dtype for
64
64
string data (when creating pandas objects, such as in constructors or IO
@@ -121,9 +121,9 @@ Overview of behavior differences and how to address them
121
121
The dtype is no longer object dtype
122
122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
123
124
- When inferring or reading string data, the data type of the resulting DataFrame column or
125
- Series will silently start being the new ``"str" `` dtype instead of `` "object" ``
126
- dtype, and this can have some impact on your code.
124
+ When inferring or reading string data, the data type of the resulting DataFrame
125
+ column or Series will silently start being the new ``"str" `` dtype instead of
126
+ `` "object" `` dtype, and this can have some impact on your code.
127
127
128
128
Checking the dtype
129
129
^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments