Created
February 3, 2020 05:52
-
-
Save lakshay-arora/6d85348048fd89f447b1e0100b53d125 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# select rows with particular indexes and particular columns | |
data.iloc[[0,2],[1,3]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment