Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CaffeineCrew
/
Techdocs
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
409895b
Techdocs
/
techdocs
/
dtypes.py
mayureshagashe2105
CLI tool
808bf67
over 1 year ago
raw
Copy download link
history
blame
Safe
127 Bytes
data_types = {
'str'
:
str
,
'int'
:
int
,
'float'
:
float
,
'bool'
:
bool
}