Best method to get a python object into JMP
I have some python code that can generate about 3 gb of data over 15 minutes. It is currently streaming the data to a text file as a "column" value1|value2|value3.. line and then does some post processing to convert the whole text file into a csv that jmp can open. The csv file can have up to ~30k columns and 100 to 10k rows after it splits the values.To make the data get to JMP faster, I would ...
