Hello, I've been stumped for several weeks on this particlar program. At work here, we have 30 machines that we record scrap data on. I take this data and create spreadsheets (boring) that can be used for analysis. Anyway, I was wondering how I could change this "for" statement to a much more condensed amount of code.
[CODE=python]
for i in range(30):
while hold[n,3] == 1:
hold_01.append( hold[n,8]...