effective_pandas_book icon indicating copy to clipboard operation
effective_pandas_book copied to clipboard

.loc on Page 75

Open AbdallahNasr5 opened this issue 3 years ago • 0 comments

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.

AbdallahNasr5 avatar Oct 18 '22 17:10 AbdallahNasr5