Header Ads Widget

Data Science for Engineers week 1 Nptel Assignment Answer

 Data Science for Engineers week 1 Nptel Assignment Answer



1 point
Which of the following variable names are INVALID in R?
 
 
 
 
1 point
The function ls() in R will
 
 
 
 

Consider the following code snippet. Based on this, answer questions 3 and 4.

1 point
Which of the following command is used to access the value “Shyam”?
 
 
 
 
1 point
The output of the code given below is

 
 
 
 
1 point
What is the output of following code?

 
 
 
 
1 point
State whether the given statement is True or False.
The library reshape2 is based around two key functions named melt and cast.
 
 
1 point
What is the output of following code?

 
 
 
 

Create the data frame using the code given below and answer questions 8 and 9.

student_data = data.frame(student_id=c(1:4), student_name=c(‘Ram’,‘Harish’,‘Pradeep’,‘Rajesh’))
1 point
Choose the correct command to add a column named student_dept to the dataframe student_data.
 
 
 
 
1 point
Choose the correct command to access the element Tamil in the dataframe student_data.
 
 
 
 
1 point
The command to check if a value is of numeric data type is ____.
 
 
 
 

Post a Comment

0 Comments