mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 06:48:07 +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",
|
description: "Create a dataframe",
|
||||||
source: """
|
source: """
|
||||||
df =
|
df =
|
||||||
Kino.FS.file_path("{{NAME}}")
|
Kino.FS.file_spec("{{NAME}}")
|
||||||
|> Explorer.DataFrame.from_parquet!()\
|
|> Explorer.DataFrame.from_parquet!()\
|
||||||
""",
|
""",
|
||||||
packages: [kino, kino_explorer]
|
packages: [kino, kino_explorer]
|
||||||
|
|
Loading…
Reference in a new issue