Last active
April 21, 2019 20:23
-
-
Save StephenFordham/27f9ffe8a4c42ea8fcd76f90060f71fb to your computer and use it in GitHub Desktop.
row_drop
This file contains hidden or 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
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