mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 13:44:53 +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: """
|
||||
df =
|
||||
Kino.FS.file_spec("{{NAME}}")
|
||||
|> Explorer.DataFrame.from_parquet!()\
|
||||
|> Explorer.DataFrame.from_parquet!(lazy: true)\
|
||||
""",
|
||||
packages: [kino, kino_explorer]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue