Skip to content

Commit

Permalink
typespec - add :null to dtype (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarthee authored Jan 13, 2024
1 parent 443cb9f commit 289e7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/explorer/series.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 289e7d7

Please sign in to comment.