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:Group column by front name meaning raw1's are grouped and raw2's are groupGive Q1 the column property: Spec limits + Show on graph bitI would prefer to do it from python but i can also be tricke...