Hi all,
I have several csv files each with hundreds of data points that I would like to plot out as a histogram, and I would like to do that automatically with jump.
For context, I've already been doing this with Python, but now I would to migrate over to JMP. Here's the idea:
-Open and run the script
-Script asks for location of csv files
-User types in the file path
-all the csv files are appended and one giant data table is created
-output is a histogram of all data points and a png i saved in a folder
How can I do this with jmp? I've been searching around the forum and haven't been able to find anything that would work for me, or the applications are a little different. I'm new to jmp so any help is greatly appreciated.