From 9be1178577653be261079f94f9be57f3d491b1c1 Mon Sep 17 00:00:00 2001 From: Juan Francisco Kurucz Date: Thu, 8 Aug 2024 11:33:46 -0300 Subject: [PATCH] Fix link to JSON TAB standard in pdeps --- web/pandas/pdeps/0012-compact-and-reversible-JSON-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pandas/pdeps/0012-compact-and-reversible-JSON-interface.md b/web/pandas/pdeps/0012-compact-and-reversible-JSON-interface.md index 3ae34f4bb6ebb..f49193462a44a 100644 --- a/web/pandas/pdeps/0012-compact-and-reversible-JSON-interface.md +++ b/web/pandas/pdeps/0012-compact-and-reversible-JSON-interface.md @@ -291,7 +291,7 @@ Note: The JSON format for the TableSchema interface is the existing. -The JSON format for the Global interface is defined in [JSON-TAB](https://github.com/loco-philippe/NTV/blob/main/documentation/JSON-TAB-standard.pdf) specification. +The JSON format for the Global interface is defined in [JSON-TAB](https://github.com/loco-philippe/NTV/blob/v1.1.0/documentation/JSON-TAB-standard.pdf) specification. It includes the naming rules originally defined in the [JSON-ND project](https://github.com/glenkleidon/JSON-ND) and support for categorical data. The specification have to be updated to include sparse data.