Skip to content

Commit 86f4e51

Browse files
Update web/pandas/pdeps/00xx-string-dtype.md
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 561de87 commit 86f4e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/00xx-string-dtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To be able to move forward with a string data type in pandas 3.0, this PDEP prop
101101
(but slower) version.
102102
2. This default "string" dtype will follow the same behaviour for missing values
103103
as our other default data types, and use `NaN` as the missing value sentinel.
104-
3. The version that is not backed by PyArrow can reuse the existing numpy
104+
3. The version that is not backed by PyArrow can reuse (with minor code additions) the existing numpy
105105
object-dtype backed StringArray for its implementation.
106106
4. We update installation guidelines to clearly encourage users to install
107107
pyarrow for the default user experience.

0 commit comments

Comments
 (0)