Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas find basic statistics on column

# Provides mean, stdev, quintiles, etc. for columnA 
df.columnA.describe()
# -or-
df['columnA'].describe()
 
PREVIOUS NEXT
Tagged: #pandas #find #basic #statistics #column
ADD COMMENT
Topic
Name
2+9 =