Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python dataframe row count

len(df)

#print
print('row = ' + str(len(df))) 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #dataframe #row #count
ADD COMMENT
Topic
Name
6+9 =