Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 30, 2024
1 parent 4f79ece commit 89776fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kino_explorer/data_transform_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ defmodule KinoExplorer.DataTransformCell do
}
@summarise_options %{
count: @column_types ++ @composite_column_types,
max: ["date","datetime","float","integer","time"],
max: ["date", "datetime", "float", "integer", "time"],
mean: ["float", "integer"],
median: ["float", "integer"],
min: ["date","datetime","float","integer","time"],
min: ["date", "datetime", "float", "integer", "time"],
n_distinct: @column_types ++ @composite_column_types,
nil_count: @column_types ++ @composite_column_types,
standard_deviation: ["float", "integer"],
Expand Down

0 comments on commit 89776fd

Please sign in to comment.