Skip to content

Commit

Permalink
Update lib/kino/explorer.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored May 9, 2024
1 parent d733106 commit 623ed8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/kino/explorer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\ [])
Expand Down

0 comments on commit 623ed8d

Please sign in to comment.