cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
0 Kudos

Python: add full support for JMP data tables

What inspired this wish list request? 

Developer Tutorial: New Python Integration and Scripting Capabilities in JMP 18 

@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?