Skip to content

Nan in pandas #446

@nodal-ben

Description

@nodal-ben

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions