Skip to content

Commit 55fc3e4

Browse files
first commit
1 parent 90b1c5d commit 55fc3e4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

web/pandas/about/roadmap.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ For more information about PDEPs, and how to submit one, please refer to
4343
while others will exist as sections below.
4444
</div>
4545

46-
### Extensibility
47-
48-
Pandas `extending.extension-types` allow
49-
for extending NumPy types with custom data types and array storage.
50-
Pandas uses extension types internally, and provides an interface for
51-
3rd-party libraries to define their own custom data types.
52-
53-
Many parts of pandas still unintentionally convert data to a NumPy
54-
array. These problems are especially pronounced for nested data.
55-
56-
We'd like to improve the handling of extension arrays throughout the
57-
library, making their behavior more consistent with the handling of
58-
NumPy arrays. We'll do this by cleaning up pandas' internals and
59-
adding new methods to the extension array interface.
60-
6146
### Apache Arrow interoperability
6247

6348
[Apache Arrow](https://arrow.apache.org) is a cross-language development

0 commit comments

Comments
 (0)