Issue Sending Pandas DataFrame from Python to JMP 18 Data Table
Context:
I am using JMP 18 with Python integration to merge multiple datasets. The merge and processing in Python works correctly using pandas, but when I try to send the final pandas DataFrame back to JMP using Python Get(), the resulting JMP Data Table is empty. I want to create a JMP table from my pandas DataFrame in Python and access it in JSL.
Example of What I’m Trying:
// Send JMP tables to...