File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,10 @@ default behaviour:
128
128
dtype: string
129
129
```
130
130
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.
132
135
133
136
### Missing value semantics
134
137
@@ -230,7 +233,7 @@ Notes:
230
233
- (2) Those three rows are backwards incompatible (i.e. they work now but give
231
234
the NA-variant), see the "Backward compatibility" section below.
232
235
- (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.
234
237
235
238
For the new default string dtype, only the ` "string" ` alias can be used to
236
239
specify the dtype as a string, i.e. a way would not be provided to make the
You can’t perform that action at this time.
0 commit comments