With Pandas 2, running bjobsusers will emit the following warning to the user:
/private/xxxxxxxs/subscript/src/subscript/bjobsusers/bjobsusers.py:146: FutureWarning: Series.__getitem__ treating
keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with Dat
aFrame behavior). To access a value by position, use `ser.iloc[pos]`
With Pandas 2, running bjobsusers will emit the following warning to the user: