Hi, Above is my data frame I want to execute .csh launch for given machine, is there any way to iterate and execute .csh instead of printing value using iterrows.
for idx, row in df.iterrows(): print(launch.iloc[index])
Hi, Above is my data frame I want to execute .csh launch for given machine, is there any way to iterate and execute .csh instead of printing value using iterrows.
for idx, row in df.iterrows(): print(launch.iloc[index])