data-science-types icon indicating copy to clipboard operation
data-science-types copied to clipboard

_DtypeSpec type

Open rpgoldman opened this issue 5 years ago • 0 comments

Should there be a type that captures the type of thing that can be given as a dtype spec? I believe that this is Union[_str, Type[_np.dtype]], but I could be wrong. If we can identify a reasonable type for this, that might make a lot of typing smoother and more consistent.

rpgoldman avatar Mar 03 '20 16:03 rpgoldman