I was working normally when my tuples started with index 1, did something change in the language and I don't know?
Wasn't my exit supposed to be "MMA8" and "MMA20"?
I was working normally when my tuples started with index 1, did something change in the language and I don't know?
Wasn't my exit supposed to be "MMA8" and "MMA20"?
 
    
    Check the output for itertuples, the first position is index
[*df.tail(1).itertuples()]
Out[234]: [Pandas(Index=4, ......)]
