Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created February 3, 2020 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/5828c107c851a1dd36b0b8e22c672f23 to your computer and use it in GitHub Desktop.
Save lakshay-arora/5828c107c851a1dd36b0b8e22c672f23 to your computer and use it in GitHub Desktop.
# 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