Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDFs return #Value error when it contains pd.NaT #1590

Closed
fzumstein opened this issue May 17, 2021 · 0 comments
Closed

UDFs return #Value error when it contains pd.NaT #1590

fzumstein opened this issue May 17, 2021 · 0 comments
Labels
Milestone

Comments

@fzumstein
Copy link
Member

To replicate:

@xw.func
def hello():
    return pd.DataFrame(data=[pd.NaT])
@fzumstein fzumstein added the bug label May 17, 2021
fzumstein added a commit that referenced this issue May 17, 2021
@fzumstein fzumstein added this to the 0.23.3 milestone May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant