You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought issue 390 was resolved but it seems that it doesn't work if pandas are involved. I get an #value error in excel upon calling the function below.
@xw.func
def test_val():
a = pd.Series([0,1,2,np.nan,4])
return a
I thought issue 390 was resolved but it seems that it doesn't work if pandas are involved. I get an #value error in excel upon calling the function below.