Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get tail of dataframe pandas

#Returns the last 10 rows of the df
df.tail(10)
 
PREVIOUS NEXT
Tagged: #tail #dataframe #pandas
ADD COMMENT
Topic
Name
8+1 =