Answers for "Returns the number of rows in this DataFrame"

7

Returns the number of rows in this DataFrame

# Returns the number of rows in this DataFrame

df.count()
# 2
Posted by: Guest on April-20-2020

Code answers related to "Returns the number of rows in this DataFrame"

Python Answers by Framework

Browse Popular Code Answers by Language