Type-A Very Short Answer Questions
4. Is the result of sub() and rsub() the same? Why/why not?
6. What does info() and describe() do?
7. Are sum() and add() functions are same?
8. Name some functions that perform descriptive statistics on a Dataframe.
10. Is there one function that calculate much of descriptive statistics values ? Name it.
12. What is quantile and quartile?
13. Name the function that lets you calculate different types of quantiles.
14. Name the function that gives you maximum and minimum values in a Dataframe.
15. Name the function that give you the index of maximum and minimum values on a dataframe.
16. What is pivoting? Name the two functions that you can use for pivoting.
17. What is the basic difference between pivot() and pivot_table()?
18.What is missing data?
19. Why is missing data filled in Dataframe with some value?
20. Name the function you can use for filling missing data?
21. Name some function to handle missing data.