kino_explorer icon indicating copy to clipboard operation
kino_explorer copied to clipboard

`invalid_byte` while showing dtype binary

Open petrkozorezov opened this issue 4 months ago • 1 comments

Mix.install([
  {:kino_explorer, "0.1.25"},
  {:explorer, "~> 0.11.1"}
])

Explorer.DataFrame.new([
  id: [<<0, 143, 245, 11, 196, 6, 74, 176, 190, 198, 79, 132, 54, 103, 203, 203>>],
], dtypes: [id: :binary])

Shows red:

Failed to serialize initial widget data, Erlang error: {:invalid_byte, 143}

petrkozorezov avatar Sep 03 '25 07:09 petrkozorezov

But it works with |> Kino.Explorer.new(summaries: false)

petrkozorezov avatar Sep 03 '25 08:09 petrkozorezov