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 create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
qLienceStats
Level II

From Python Pandas dataframe to jmp with group columns and add column property

Hello there,

I have a table that is a generate from a collection of databases.

Columns = [Time, raw1_prop1, raw1_prop2, raw1_prop1,..., Q1]

 

The table is the same format every time and would therefore like to:

  1. Group column by front name meaning raw1's are grouped and raw2's are group
  2. Give Q1 the column property: Spec limits + Show on graph bit

I would prefer to do it from python but i can also be tricked to do it in JMP :)

1 ACCEPTED SOLUTION

Accepted Solutions
Byron_JMP
Staff

Re: From Python Pandas dataframe to jmp with group columns and add column property

Super easy to do with JMP. When you're ready for a treat let someone know.

Use your python query, save the resulting table as a CSV

Open the data frame in JMP

Tables>Split by test method to a wide format.

       one run per row, one column per variable.

Use the Analysis>Quality>Process Capability launch platform.

       add all your variable columns

       Use the dialog to load specs from a separate table.

This analysis platform generates all the figures

 

https://www.jmp.com/content/dam/jmp/documents/en/academic/learning-library/10-capability-analysis.pd...

 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

View solution in original post

1 REPLY 1
Byron_JMP
Staff

Re: From Python Pandas dataframe to jmp with group columns and add column property

Super easy to do with JMP. When you're ready for a treat let someone know.

Use your python query, save the resulting table as a CSV

Open the data frame in JMP

Tables>Split by test method to a wide format.

       one run per row, one column per variable.

Use the Analysis>Quality>Process Capability launch platform.

       add all your variable columns

       Use the dialog to load specs from a separate table.

This analysis platform generates all the figures

 

https://www.jmp.com/content/dam/jmp/documents/en/academic/learning-library/10-capability-analysis.pd...

 

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Recommended Articles