Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/huggingface/transformers
/ can_convert_to_float
Function
can_convert_to_float
examples/benchmarking/plot_csv_file.py:57–62 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
55
56
57
def
can_convert_to_float(string):
58
try
:
59
float(string)
60
return
True
61
except
ValueError:
62
return
False
63
64
65
class
Plot:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected