Skip to content
Open
Changes from 2 commits
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
6 changes: 6 additions & 0 deletions web/pandas/pdeps/0010-required-pyarrow-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@

[TOC]

**NOTE**: while this PDEP mentions adding pyarrow as a required dependency in
pandas 3.0, this aspect has been delayed until after pandas 3.0 (see the
abstract of [PDEP-14](https://pandas.pydata.org/pdeps/0014-string-dtype.html)).
Therefore, pandas 3.0 will not have a hard requirement on pyarrow but still use
pyarrow by default (for the new string dtype) when installed.

## Abstract

This PDEP proposes that:
Expand Down
Loading