我正在尝试将import numpy as np
def test(x):
if x>10000:
return test(x)
else:
return x+1
def f(x, y):
if y >5:
x=test(x)
return x/y
if x<5:
y+=1
return x*y
return x*y*2
vf = np.frompyfunc(f,2,1)
print(vf(np.arange(10),np.arange(10,0,-1)))
中的两列(conceptname
,storeNumberID
)值插入lodgingReport
。但是有一个语法错误,我无法找到修复
temptable
全功能(从评论中插入):
db.Execute "Select [Concept Name],[Store Number ID] into" & TempTable & "from TblLodgingReport"