You are taking a 15-question multiple choice quiz and each question has 5 options (a,b,c,d,e) and you randomly guess every question. How many questions do you expect to answer correctly on average? * options: 5 7 3 2
Home/Computer Science/Data Science/Page 4
SIKSHAPATH Latest Questions
Berlin
Asked: January 23, 2022In: Data Science
Find out the number of generations of pokemon. dataset is in attachment.
Berlin
Asked: January 23, 2022In: Data Science
1.Create the new dataset by converting the column name “type 1” to primary_type” and display the output. 2.Find out the number of missing values of ‘abilities’ column. dataset:pokemon
Find out the dimensions of dataset.
Berlin
Asked: January 23, 2022In: Data Science
Import the given dataset(pokemon) in R by command only and view the output.
practice503
Asked: January 20, 2022In: Data Science
Write RScript to create a recursive function to implement Fibonacci series.