Skip to content

Commit 6cd9770

Browse files
add link
1 parent 6c5cccc commit 6cd9770

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

web/pandas/pdeps/0010-required-pyarrow-dependency.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
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

1521
This PDEP proposes that:
@@ -30,11 +36,6 @@ This PDEP proposes that:
3036
This will bring **immediate benefits to users**, as well as opening up the door for significant further
3137
benefits 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

4041
PyArrow is an optional dependency of pandas that provides a wide range of supplemental features to pandas:

0 commit comments

Comments
 (0)