From 623ed8da775cb83d232dd660bbcc231eed27745e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Thu, 9 May 2024 12:52:05 +0200 Subject: [PATCH] Update lib/kino/explorer.ex --- lib/kino/explorer.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/kino/explorer.ex b/lib/kino/explorer.ex index d881a66..1796c61 100644 --- a/lib/kino/explorer.ex +++ b/lib/kino/explorer.ex @@ -31,7 +31,8 @@ defmodule Kino.Explorer do ## Options - * `:name` - The displayed name of the table. Defaults to `"DataFrame or Series"` + * `:name` - The displayed name of the table. Defaults to `"DataFrame"` or `"Series"`, + depending on the given data """ @spec new(DataFrame.t() | Series.t(), keyword()) :: t() def new(data, opts \\ [])