I would like to know how to get into dataframe using Python in IBM SPSS Modeler?
So far the only thing I've noticed was a piece of code which itself is not that clear.
Example: SPSS modeler Extension Transform - Python
As you probably know for R in IBM SPSS Modeler it works completly different and easier.
The only thing to do if you want to perform some analytics on dataframe is just to assign a dataframe to a new variable called "modelerData".
How does it look like in Python? Is there an easier way to play with data inside IBM SPSS Modeler?
My common scenario is:
First node (Source node) -> Database node -> data import using SQL Second node: Transform node where I perform some data manipulation etc.
Do I have to use each time this block of code I've attached above?
Would be very grateful for help!