Python For Data Science week 3 Answers

 Which of the following is the correct approach to fill missing values in case of categorical variable?

 
 
 
 
Answer: c


Assume a pandas dataframe df_cars which when printed is as shown below. Based on this information, answer questions 2 and 3.

1 point
Of the following set of statements, which of them can be used to extract the column Type as a separate dataframe?
 
 
 
 

Comments

Popular Posts