What inspired this wish list request?
@Paul_Nelson wrote
The focus on JMP 18 was character and numeric columns.
Full support of the data table is current ongoing development.
What is the improvement you would like to see?
Please add Python support for expression columns.
Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class Families.jmp" );
Python Send( dt );
Python Submit("
dt['age'][1] # works
dt['pet'][1] # doesn't work
"
);
Why is this idea important?