MCPcopy Index your code
hub / github.com/huggingface/datasets / dtype

Method dtype

src/datasets/features/features.py:930–931  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

928
929 @property
930 def dtype(self) -> PandasArrayExtensionDtype:
931 return self._dtype
932
933 @property
934 def nbytes(self) -> int:

Callers 15

_arrow_arrayMethod · 0.80
get_arrayMethod · 0.80
__init__Method · 0.80
__array__Method · 0.80
image.pyFile · 0.80
encode_np_arrayFunction · 0.80
decode_headerFunction · 0.80
test_table_to_pandasFunction · 0.80
test_encode_np_arrayFunction · 0.80

Calls

no outgoing calls