Announcing JMPReader.jl, a reader for files saved by JMP, commercial statistical software.
Do you have a .jmp file and one or more of the following applies to you?
- You don’t have a JMP license
- You’re not running Windows or Mac
- You prefer data analysis and visualizaton in Julia
If so, JMPReader.jl could be the solution for you. This package is an independent implementation of a reader for JMP files, written in Julia.
Usage is simple:
using JMPReader
df = readjmp("mydata.jmp")
I was able to read about 1000 JMP files that I had access to. If you encounter a file that causes the reader to choke, please open an issue.