The stcrestclient package provides the stchttp ReST API library module. This allows simple function calls, nearly identical to those provided by StcPython.py, to be used to access TestCenter server ...
print(df.loc[0]) #with label 0(label-based indexing) print(df.iloc[1]) #with index 0(integer based indexing) ...