mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Use lazy dataframes for parquet
This commit is contained in:
parent
85cf2d845e
commit
3b03731ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ defmodule Livebook.Runtime.Definitions do
|
||||||
source: """
|
source: """
|
||||||
df =
|
df =
|
||||||
Kino.FS.file_spec("{{NAME}}")
|
Kino.FS.file_spec("{{NAME}}")
|
||||||
|> Explorer.DataFrame.from_parquet!()\
|
|> Explorer.DataFrame.from_parquet!(lazy: true)\
|
||||||
""",
|
""",
|
||||||
packages: [kino, kino_explorer]
|
packages: [kino, kino_explorer]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue