Use functions without registering #169
GitHunter0
started this conversation in
General
Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I had also tried that earlier but it didn't work, I found out there was a typo in my code... sorry. Thanks again for the support |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I tested, only numpy functions work without the need of registering, right?
I tried to register the function
irr()
but I could not make the example below work, what's the right method to do it please?In the future, will
datar
be able to use more functions out of the box like in Pandas, in this casedf.assign(z = lambda x: pyxirr.irr(x.y))
?Thank you
Beta Was this translation helpful? Give feedback.
All reactions