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]
Question 1 of 30 attempted
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.