Python in JMP: dataframe column to datatable column best practices and computation speed implications
Background * Using Python in JMP19 scripting environment. * Creating dataframe (df) from pandas from existing JMP datatable (dt). * Running function that requires df input and returns a new df result. Lets call it df_results. * Transferring results back to JMP datatable column. This works, but there are two things that make me suspect I'm not doing this properly. For one, I get a warning in the...