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 \\ [])