Skip to content

Commit ac2d21a

Browse files
Apply suggestions from code review
1 parent f554909 commit ac2d21a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/pandas/pdeps/0014-string-dtype.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ default behaviour:
128128
dtype: string
129129
```
130130

131-
This option will be expanded to also work when PyArrow is not installed.
131+
Right now (pandas 2.2), the existing option only enables the PyArrow-based
132+
future dtype. For the remaining 2.x releases, this option will be expanded to
133+
also work when PyArrow is not installed to enable the object-dtype fallback in
134+
that case.
132135

133136
### Missing value semantics
134137

@@ -230,7 +233,7 @@ Notes:
230233
- (2) Those three rows are backwards incompatible (i.e. they work now but give
231234
the NA-variant), see the "Backward compatibility" section below.
232235
- (3) "pyarrow_numpy" is kept temporarily because this is already in a released
233-
version, but we can deprecate it in 2.2.x and have it removed for 3.0.
236+
version, but we can deprecate it in 2.x and have it removed for 3.0.
234237

235238
For the new default string dtype, only the `"string"` alias can be used to
236239
specify the dtype as a string, i.e. a way would not be provided to make the

0 commit comments

Comments
 (0)