Evening all,
Another request for help and the usual caveat - i am a novice when it comes to python and all things coding!
So, i have created a script which imports various data which i have cleaned and then formatted and processed to arrive at a number of key output values. The script alters the original data set each time it is run using the random function.
I now want to be able to run the entire script automatically n times, and capture the various key outputs in a new data frame. I can then calculate the mean of the key values.
All thoughts welcome. thank you in advance.
Paul