and i need to loop through each day, and then each time of the day, and check whether the state is A, B or C. I tried as below, but it doesnt seem to work correctly.. thanks for the help.
for row in file.itertuples():
for j in row:
if j == 'A'
*set parameters to certain values*
if j == 'B'
*set parameters to other values*

np.select