Python Pandas 2 Class 12 Informatics Practices Multiple Choice Questions 2023

Preview

Python Pandas 2 Class 12 Informatics Practices Multiple Choice Questions 2023



Python Pandas 2 Class 12 Informatics Practices Multiple Choice Questions 2023

1 / 34

1. The function to perform pivoting with DataFrame having unique values is _____.

2 / 34

2. Sorting refers to arranging data in a particular order.

3 / 34

3. _____ function gives minimum value in a DataFrame.

4 / 34

4. ______ function is used to create histogram for numeric columns of a DataFrame.

5 / 34

5. _____  function finds the value that appears for maximum time in a given set of numbers?

6 / 34

6. ___ function is used to divide given data in two equal parts.

7 / 34

7. The function to get the index of maximum value in a column of DataFrame is _____.

8 / 34

8. Which of the following is not a descriptive statistics function?

9 / 34

9. ________ function computes descriptive statistical details for a DataFrame ?

 

10 / 34

10. Which of the following methods of combining two dataframes is a patching method ?

11 / 34

11.  _____ function can be used to iterate over vertical subsets of a DataFrame.

12 / 34

12. ____ function is used to perform pivoting with DataFrame having duplicate values. 

13 / 34

13. To subtract the values of two DataFrames, _____ function may be used.

14 / 34

14. To get bottom 4 rows of a DataFrame, we can use _____ function.

15 / 34

15. To get top 3 rows of a DataFrame, we can use _____ function.

16 / 34

16. To divide total distribution of given data in four equal parts, __________ function is used.

17 / 34

17. To divide total distribution of given data in eight equal parts, _____ function is used.

18 / 34

18. Equivalent expression for the function X.add(Y) is __________ 

19 / 34

19. Number of rows and columns in the given code is ________

import pandas as pd
D=[{'a':100,'b':200},{'a':50,'b':150,'c':250},{'a':70,'d':100}]

20 / 34

20.  _____ function  can be used to divide the values of two DataFrames.

21 / 34

21. _______ can be used to give user defined column index in a DataFrame.

22 / 34

22. To calculate cumulative sum of a column in a DataFrame, we  can use _____ function.

23 / 34

23. ________ commands can be  used to install sqlalchemy?

24 / 34

24. ________ function can change the order of existing indices of DataFrame?

25 / 34

25. _____ function can be used to add values of two DataFrames,

26 / 34

26. ___ is the technique to summarize given data by transferring rows to columns. 

27 / 34

27. Function _____ can be used to drop missing values.

28 / 34

28. ____ function is used to fill missing data.

29 / 34

29. __________ function can be used to calculate variance on a DataFrame D.

30 / 34

30. _____ function sorts on the basis of index of a DataFrame.

31 / 34

31. To find the middle number from a set of numbers ________ function can be used.

32 / 34

32. _______ function is used to calculate median of values of DataFrame D.

33 / 34

33. To find the average value from a set of numbers _________ function can be used.

34 / 34

34. _____ function can be used to rename an existing column or index of a DataFrame?

Your score is

The average score is 0%

0%



 

Spread the love
Lesson tags: class 12 Python Pandas 2, Python Pandas 2 Class 12 Informatics Practices Multiple Choice Questions
Back to: CBSE class 12 Informatics Practices notes
Spread the love