Skip to content

Commit

Permalink
Fix serialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 20, 2024
1 parent 951931b commit 768b506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/irve/data-frame.exs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ defmodule Demo do
output.report
|> Enum.reverse()
|> Enum.map(&Map.from_struct/1)
|> Enum.map(fn(x) -> Map.put(x, :error, x.error |> inspect) end)
|> Explorer.DataFrame.new()
|> Explorer.DataFrame.to_csv!("report.csv")
end
Expand Down

0 comments on commit 768b506

Please sign in to comment.