Replies: 1 comment
-
Hi.
It works because in this environment dataframe can generate extension properties API after cell invocation, so you have type safe access to columns in dataframe and cell in rows. If you work in IntelliJ project, you could use
Possible alternatives:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have:
and a function:
I'd like to add another column
l
to the dataframe by applying functionf
to values ofj
andk
in each row.How would I do that?
Beta Was this translation helpful? Give feedback.
All reactions