Class 12 Python Pandas 1 MCQ | Python Pandas 1 Quiz Class 12

Preview

Class 12 Python Pandas 1 MCQ | Python Pandas 1 Quiz Class 12



0%

Multiple Choice Questions Class 12 Python Pandas 1 Informatics Practices

1 / 34

1. Which of the following is not true about Dataframe?

2 / 34

2. To change 2nd row ānd  4th column's value 50 in dataframe D1, we can write _____.

3 / 34

3. To create an empty Series object, we can use 

4 / 34

4. To get the number of elements in a series object, _____ attribute can be used.

5 / 34

5. Which of the following statements is false?

6 / 34

6. To access value of dataframe using column label we can use ________

7 / 34

7. To delete a row from a DataFrame, we can use _____ statement.

8 / 34

8. To get a number representing number of axes in a Dataframe, _____ attribute may be used.

9 / 34

9. Which among the following options can be used to create a DataFrame in Pandas?

10 / 34

10. To specify datatype int16 for a series object, we can write _______ 

11 / 34

11. The axis 0(Zero) specifies Dataframe's _____.

12 / 34

12. The axis 1 specifies Dataframe's _____.

13 / 34

13. To get the size of the datatype of the items in series object, we can use _____ attribute.

14 / 34

14. To access sname column from 'Student' DataFrame we can use _________ 

15 / 34

15. To display the 3rd  and 4th columns from the 6th to 8th rows of a Dataframe D1, we can use _____.

16 / 34

16. Identify the correct statement :

17 / 34

17. Which attribute of DataFrame is used to retrieve its shape?

18 / 34

18. Which of the following commands is used to install Pandas?

19 / 34

19. To get the number of bytes of the series data, _____ attribute is used.

20 / 34

20. Which of the following is not an attribute of Dataframe?

21 / 34

21. what is the output of following:

print(D1.loc[:])

22 / 34

22. To check if the series object contains NaN values, _____ attribute is used.

23 / 34

23. Full form of CSV is ____________

24 / 34

24. Missing data in Pandas object is represented as

25 / 34

25. Command to display both row and column index label of dataframe D1 __________

26 / 34

26. Which attribute of DataFrame is used to perform the transpose operation on a DataFrame?

27 / 34

27. How many axis does a Dataframe have?

28 / 34

28. Which of the following is a valid statement to create a data frame.

29 / 34

29. To display third element of a series object S1, you can write _____.

30 / 34

30. A two-dimensional labelled array that is an ordered collection of columns to store heterogeneous data types is:

31 / 34

31. To get the number of dimensions of a series object, _____ attribute is used.

 

32 / 34

32. To display last five rows of a Series object S1, you can write _____.

33 / 34

33. To get the transpose of a Dataframe D1, you can write _____.

34 / 34

34. To display first three elements of a Series object S1, you can write _____.

Your score is

The average score is 65%

0%



 

Spread the love
Lesson tags: Class 12 Python Pandas 1 MCQ, Python Pandas 1 Quiz Class 12
Back to: CBSE class 12 Informatics Practices notes
Spread the love