Online Python Quiz 2

The post contains a Quiz about Python with Answers. The MCQs in this Python Quiz cover topics related to data frames in Python and basic concepts and introduction to Python.

Online MCQs Python with Answers

1. What happens when you add an int and a float?

 
 
 
 

2. What is the difference between a list and a tuple in Python?

 
 
 
 

3. We have a data frame called df. Which method is used to create a line chart of two columns $a$ and $b$?

 
 
 
 

4. We have a data frame called df. Which line of code aggregates the data based on a column (col_A) and counts the number of rows?

 
 
 
 

5. What is indicated by the term null?

 
 
 
 

6. A data professional is working with a NumPy array that has three rows and two columns. They want to change the data into two rows and three columns. What method can they use to do so?

 
 
 
 

7. We want to delete a list of columns from our data frame df. Which one of these methods is used to delete a column in a data frame?

 
 
 
 

8. We have a data frame called df, choose the correct pandas property that shows you the number of rows and columns in the data frame.

 
 
 
 

9. What will be the datatype of the output of df[‘A’] where ‘df’ is a data frame and ‘A’ is one of the columns?

 
 
 
 

10. Which method creates the correlation matrix of the numerical columns in a data frame df?

 
 
 
 

11. How would you get the columns for temperature and rainfall from a data frame using Python?

 
 
 
 

12. Suppose you have a data frame named df What does the following method do to the data frame df.head(12)?

 
 
 
 

13. How would you access the column “symboling” from the data frame df?

 
 
 
 

14. We have a data frame called df, in which pandas property is used to check the columns’ data types.

 
 
 
 

15. What is the syntax to create a tuple in Python?

 
 
 
 

16. A data professional wants to merge two pandas’ data frames. They want to join the data so that only the keys that are in both data frames get included in the merge. What technique can they use to do so?

 
 
 
 

17. How do you determine the median of data using Pandas?

 
 
 
 

18. What is the name of the attribute that we want to predict

 
 
 
 

19. Which data structure is [1,2,3,4].

 
 
 
 

20. What will be the datatype of the output of df[‘A’] where ‘df’ is a data frame and ‘A’ is one of the columns?

 
 
 
 


Python Quiz with Answers

  • We have a data frame called df. Which line of code aggregates the data based on a column (col_A) and counts the number of rows?
  • We have a data frame called df. Which method is used to create a line chart of two columns $a$ and $b$?
  • We want to delete a list of columns from our data frame df. Which one of these methods is used to delete a column in a data frame?
  • Which method creates the correlation matrix of the numerical columns in a data frame df?
  • How would you access the column “symboling” from the data frame df?
  • We have a data frame called df, in which the pandas property is used to check the columns’ data types.
  • We have a data frame called df, choose the correct pandas property that shows you the number of rows and columns in the data frame.
  • Suppose you have a data frame named df What does the following method do to the data frame df.head(12)?
  • A data professional wants to merge two pandas’ data frames. They want to join the data so that only the keys that are in both data frames get included in the merge. What technique can they use to do so?
  • How do you determine the median of data using Pandas?
  • How would you get the columns for temperature and rainfall from a data frame using Python?
  • What will be the datatype of the output of df[‘A’] where ‘df’ is a data frame and ‘A’ is one of the columns?
  • What will be the datatype of the output of df[‘A’] where ‘df’ is a data frame and ‘A’ is one of the columns?
  • A data professional is working with a NumPy array that has three rows and two columns. They want to change the data into two rows and three columns. What method can they use to do so?
  • Which data structure is [1,2,3,4].
  • What is indicated by the term null?
  • What is the name of the attribute that we want to predict
  • What is the difference between a list and a tuple in Python?
  • What is the syntax to create a tuple in Python?
  • What happens when you add an int and a float?
Python Quiz with Answers

https://itfearecom

https://gmstat.com

Leave a Reply

Discover more from R Language Frequently Asked Questions

Subscribe now to keep reading and get access to the full archive.

Continue reading