Skip to content

Commit 9968d87

Browse files
authored
Update README with more context and links (#99)
[ci skip]
1 parent 60775db commit 9968d87

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# Dataframe API standard
22

33
This repository contains documents, tooling and other content related to the
4-
API standard for dataframes.
4+
API standard for dataframes, and the dataframe interchange protocol.
5+
6+
7+
## Dataframe API standard (draft)
8+
9+
This API is _draft and under development_, and moving towards an RFC status
10+
where wider input from authors of dataframe and dataframe-consuming libraries
11+
will be solicited. Those authors are the primary audience for this API, rather
12+
than end users. Relevant content and links:
13+
14+
- [Dataframe API standard documentation](https://data-apis.org/dataframe-api/draft/index.html)
15+
16+
17+
## Dataframe interchange protocol
18+
19+
This protocol is released and the specification should be considered stable. It
20+
has implementations in multiple dataframe libraries (Pandas, cuDF, Modin, Vaex
21+
at least). It may be extended and receive other necessary tweaks for things
22+
discovered in the process of being adopted by a wider set of libraries.
23+
Relevant content and links:
524

6-
- [Request For Comments (RFC) for the dataframe interchange protocol (blog post)](https://data-apis.org/blog/dataframe_protocol_rfc/)
725
- [Dataframe interchange protocol documentation](https://data-apis.org/dataframe-protocol/latest/index.html)
26+
- Issue tracker: [`interchange-protocol` label in this repo](https://github.com/data-apis/dataframe-api/issues?q=is%3Aopen+is%3Aissue+label%3Ainterchange-protocol)
27+
- [Request For Comments (RFC) for the dataframe interchange protocol (blog post)](https://data-apis.org/blog/dataframe_protocol_rfc/)

0 commit comments

Comments
 (0)