新建仓库维护数据预测项目
This commit is contained in:
9
FC_ML_Tool/Check.py
Normal file
9
FC_ML_Tool/Check.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pandas as pd
|
||||
|
||||
|
||||
def is_number(value):
|
||||
try:
|
||||
pd.to_numeric(value)
|
||||
return True
|
||||
except (ValueError, TypeError):
|
||||
return False
|
||||
Reference in New Issue
Block a user