Answers for "number of rows in dataframe pyspark"

2

number of rows in dataframe pyspark

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

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

Python Answers by Framework

Browse Popular Code Answers by Language