cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

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