effective_pandas_book
effective_pandas_book copied to clipboard
.loc on Page 75
On page 75 there is a method on the picture "s.loc[-2:]". It gives an error because it cannot do slice indexing on Index of type int.