How do I enter a filepath to automatically gather csv files via user input?
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 ...