Skip to content

Instantly share code, notes, and snippets.

@sukanyabag
Created August 13, 2020 17:19
Show Gist options
  • Save sukanyabag/ac4539182832a34d804cd5072a4617e6 to your computer and use it in GitHub Desktop.
Save sukanyabag/ac4539182832a34d804cd5072a4617e6 to your computer and use it in GitHub Desktop.
PRINT HEAD AND TAIL OF DATASET
#check the 1st 5 rows
train.head()
#check the last 5 rows
train.tail()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment