Basic Statistics
This quiz covers some of the basic statistical functions available for use in Pandas.
Different statistical functions in Pandas
1.
What is the effect of passing normalize=True
in df[col].value_counts()
?
A.
Will return percentage counts/ratios of total rather than actual count values
B.
Will modify the values returned to be between [-1, 1]
1 / 3