mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 22:37:41 +08:00
Use latest kino_explorer and file_spec for parquet (#2191)
This commit is contained in:
parent
134eb2c025
commit
85cf2d845e
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ defmodule Livebook.Runtime.Definitions do
|
|||
description: "Create a dataframe",
|
||||
source: """
|
||||
df =
|
||||
Kino.FS.file_path("{{NAME}}")
|
||||
Kino.FS.file_spec("{{NAME}}")
|
||||
|> Explorer.DataFrame.from_parquet!()\
|
||||
""",
|
||||
packages: [kino, kino_explorer]
|
||||
|
|
Loading…
Reference in a new issue