From b89227e5e9a181af988f837524277351183c34d5 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Fri, 12 Jul 2024 19:27:22 +0800 Subject: [PATCH] Docs: replace bad link for nsjson (#940) --- lib/explorer/data_frame.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/explorer/data_frame.ex b/lib/explorer/data_frame.ex index 7e27370aa..08b872fcf 100644 --- a/lib/explorer/data_frame.ex +++ b/lib/explorer/data_frame.ex @@ -95,7 +95,7 @@ defmodule Explorer.DataFrame do - [Parquet](https://databricks.com/glossary/what-is-parquet) - [Arrow IPC](https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format) - [Arrow Streaming IPC](https://arrow.apache.org/docs/format/Columnar.html#ipc-streaming-format) - - [Newline Delimited JSON](http://ndjson.org) + - [Newline Delimited JSON](https://github.com/ndjson/ndjson-spec) - Databases via `Adbc` in `from_query/3` The convention Explorer uses is to have `from_*` and `to_*` functions to read and write