Skip to content

Commit d78462d

Browse files
authored
Update 0014-string-dtype.md
1 parent f8fbc61 commit d78462d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pandas/pdeps/0014-string-dtype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PDEP-14: Dedicated string data type for pandas 3.0
22

33
- Created: May 3, 2024
4-
- Status: Under discussion
4+
- Status: Accepted
55
- Discussion: https://github.com/pandas-dev/pandas/pull/58551
66
- Author: [Joris Van den Bossche](https://github.com/jorisvandenbossche)
77
- Revision: 1
@@ -61,7 +61,7 @@ objects (for better performance), it proposed to make `pyarrow` a new required
6161
runtime dependency of pandas.
6262

6363
In the meantime, NumPy has also been working on a native variable-width string
64-
data type, which will be available [starting with NumPy
64+
data type, which was made available [starting with NumPy
6565
2.0](https://numpy.org/devdocs/release/2.0.0-notes.html#stringdtype-has-been-added-to-numpy).
6666
This can provide a potential alternative to PyArrow for implementing a string
6767
data type in pandas that is not backed by Python objects.

0 commit comments

Comments
 (0)