JMP 19 Python Integration: ValueError: year 0 when converting Data Table to Pandas
Hello Everyone,
I am upgrading my scripts from JMP18 to JMP19 and 'm hitting a particular roadblock with this integration. In JMP 18, I used custom function to loop through columns and create Pandas DataFrame. It worked perfectly. However in JMP19, the exact code throws a ValueError: year 0 is out of range.
Here is the snippet:
Python Send("raw_data");
def jmp_to_pandas(jmp_table):
co...