number of rows in dataframe pyspark

60

number of rows in dataframe pyspark -

print((df.count(), len(df.columns)))

Comments

Submit
0 Comments