Answers for "print number of rows in df 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 "print number of rows in df pyspark"

Python Answers by Framework

Browse Popular Code Answers by Language