SyntaxFix
Write A Post
Hire A Developer
Questions
you can use
df.describe()
you will get basic statistics of the dataframe and to get mean of specific column you can use
df["columnname"].mean()