SyntaxFix
Write A Post
Hire A Developer
Questions
I think there is not similar function like data.shape in Spark. But I will use len(data.columns) rather than len(data.dtypes)
data.shape
len(data.columns)
len(data.dtypes)