Created
February 3, 2020 05:54
-
-
Save lakshay-arora/5828c107c851a1dd36b0b8e22c672f23 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 a range of rows and columns | |
data.iloc[1:3,2:4] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment