Posts by Raphael Souza • 111 points
1 post
-
1
votes2
answers2450
viewsA: Get range of values in pandas object. Dataframe
Hello, you can use the iloc() pandas function that follows the same notations as the Numpy lib.dataframe.iloc[20:50,2] that is, index 20 to index 49 and only column of index 2