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 1010
1111[ TOC]
1212
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+
1319## Abstract
1420
1521This PDEP proposes that:
@@ -30,11 +36,6 @@ This PDEP proposes that:
3036This will bring ** immediate benefits to users** , as well as opening up the door for significant further
3137benefits in the future.
3238
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-
3839## Background
3940
4041PyArrow 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