Answers for "pyspark find number of rows in dataframe"

2

number of rows in dataframe pyspark

print((df.count(), len(df.columns)))
Posted by: Guest on March-20-2020

Code answers related to "pyspark find number of rows in dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language