Use latest kino_explorer and file_spec for parquet (#2191)

This commit is contained in:
José Valim 2023-08-31 13:13:33 +02:00 committed by GitHub
parent 134eb2c025
commit 85cf2d845e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]