Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
filipeclduarte
/
CollectiveRiskModel
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d0360a2
CollectiveRiskModel
/
util.py
filipeclduarte
Update util.py
5a588cc
almost 4 years ago
raw
Copy download link
history
blame
74 Bytes
def
string_to_list
(
string
):
li =
list
(string.split(
","
))
return
li