79077060

Date: 2024-10-11 06:47:39
Score: 1
Natty:
Report link

One option is to use Julia language package JMPReader.jl. Assuming juliacall and pandas packages are installed

from juliacall import Main as jl
jl.seval("using JMPReader")
df = jl.readjmp("example1.jmp")
pt = jl.pytable(df, "pandas")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2558368