Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions web/pandas/pdeps/0010-required-pyarrow-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ This PDEP proposes that:
This will bring **immediate benefits to users**, as well as opening up the door for significant further
benefits in the future.

**NOTE**: while this PDEP mentions adding pyarrow as a required dependency in
pyarrow 3.0, this aspect has been delayed until after pandas 3.0. Therefore,
pandas 3.0 will not have a hard requirement on pyarrow and only use it by
default (for strings) when installed.

## Background

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