Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

file test

books/files/file_test.livemd

file test

Mix.install([
  {:kino, "~> 0.11.0"},
  {:kino_explorer, "~> 0.1.11"}
])

Section

df =
  Kino.FS.file_path("Iris.csv")
  |> Explorer.DataFrame.from_csv!()