From 6af989addb8beece4bccb425885bbcd381439390 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Fri, 29 Mar 2024 18:04:47 +0100 Subject: [PATCH] Add link to DataFrame interchange protocol Signed-off-by: Anatoly Myachev --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 84a24fb..1968212 100644 --- a/config.toml +++ b/config.toml @@ -34,6 +34,11 @@ relativeURLs = true weight = -90 url = "https://data-apis.org/dataframe-api/draft/" +[[menu.main]] + name = "DataFrame interchange protocol" + weight = -80 + url = "https://data-apis.org/dataframe-protocol/latest/" + [[menu.main]] name = "Annual reports" weight = -50