cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

JMP Wish List

We want to hear your ideas for improving JMP. Share them here.
Choose Language Hide Translation Bar
0 Kudos

Python: add full support for JMP data tables

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? 

3 Comments
Paul_Nelson
Staff

The script posted works in JMP 19.  

Status changed to: Yes, Stay Tuned!

As stated by Paul, support for expression columns will be available in 19. 

Status changed to: Delivered