diff --git a/lib/explorer/series.ex b/lib/explorer/series.ex index 773b4d1ed..3eaa86a04 100644 --- a/lib/explorer/series.ex +++ b/lib/explorer/series.ex @@ -121,7 +121,8 @@ defmodule Explorer.Series do @io_dtypes Shared.dtypes() -- [:binary, :string, {:list, :any}, {:struct, :any}] @type dtype :: - :binary + :null + | :binary | :boolean | :category | :date