File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
[ TOC]
12
12
13
+ ** NOTE** : while this PDEP mentions adding pyarrow as a required dependency in
14
+ pandas 3.0, this aspect has been delayed until after pandas 3.0 (see the
15
+ abstract of [ PDEP-14] ( https://pandas.pydata.org/pdeps/0014-string-dtype.html ) ).
16
+ Therefore, pandas 3.0 will not have a hard requirement on pyarrow but still use
17
+ pyarrow by default (for the new string dtype) when installed.
18
+
13
19
## Abstract
14
20
15
21
This PDEP proposes that:
@@ -30,11 +36,6 @@ This PDEP proposes that:
30
36
This will bring ** immediate benefits to users** , as well as opening up the door for significant further
31
37
benefits in the future.
32
38
33
- ** NOTE** : while this PDEP mentions adding pyarrow as a required dependency in
34
- pyarrow 3.0, this aspect has been delayed until after pandas 3.0. Therefore,
35
- pandas 3.0 will not have a hard requirement on pyarrow and only use it by
36
- default (for strings) when installed.
37
-
38
39
## Background
39
40
40
41
PyArrow is an optional dependency of pandas that provides a wide range of supplemental features to pandas:
You can’t perform that action at this time.
0 commit comments