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
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have:
and a function:
I'd like to add another column
lto the dataframe by applying functionfto values ofjandkin each row.How would I do that?
Beta Was this translation helpful? Give feedback.
All reactions