Skip to content

Instantly share code, notes, and snippets.

@StephenFordham
Last active April 21, 2019 20:23
Show Gist options
  • Save StephenFordham/27f9ffe8a4c42ea8fcd76f90060f71fb to your computer and use it in GitHub Desktop.
Save StephenFordham/27f9ffe8a4c42ea8fcd76f90060f71fb to your computer and use it in GitHub Desktop.
row_drop
Table.drop(Table.tail(1).index, inplace=True)
Table.tail(3)
Table.shape
# Output
(20, 12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment