cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

How to write .jmp files with JMP python

Hi,   I am using JMP19.1.1

I see examples of how to use JMP or JSL to open files, add jsl scripts for plotting and then run them.

Are there examples to use JMP Python to open csv files and write .jmp files with charts in them?   What do people do?   

Adrian

10 REPLIES 10

Re: How to write .jmp files with JMP python

sqlite3 has a max # of column set at 64K.  If you're under that limit you're probably good to go, but I would also check size of the resulting db.  Might not be that much smaller if your files are primarily text.  Numerics should take up much less space than CSV.

Recommended Articles