Skip to content

Commit e4a764d

Browse files
fix underling length
1 parent 1bc84ca commit e4a764d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/user_guide/migration-3-strings.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for more background and details.
5858
.. - setitem raises an error for non-string data
5959
6060
Brief introduction to the new default string dtype
61-
-------------------------------------------
61+
--------------------------------------------------
6262

6363
By default, pandas will infer this new string dtype instead of object dtype for
6464
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
121121
The dtype is no longer object dtype
122122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123

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.
127127

128128
Checking the dtype
129129
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)