Python Send() does not recognize datetime format (sent as string)
When sending datatables to pandas dataframes (Python), numeric values (datetimes) are sent as strings. I would not expect this behavior, since now I have to deal with this manually (considering datetimes in Python and JMP are different). Any workaround? I imagine the easiest would be to transform the JMP format to integer, send this information, and transform the date considering the logic behind ...
jay_holavarri