MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Data Science knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
mutate function is used for casting as multi dimensional arrays. |
| A. | True |
| B. | False |
| Answer» C. | |
| 2. |
Which of the following join is by default used in plyr package? |
| A. | left |
| B. | right |
| C. | full |
| D. | all of the mentioned |
| Answer» B. right | |
| 3. |
Which of the following function is used for casting data frames? |
| A. | dcast |
| B. | ucast |
| C. | rcast |
| D. | all of the mentioned |
| Answer» B. ucast | |
| 4. |
Which of the following transforms can be performed with data value? |
| A. | log2 |
| B. | cos |
| C. | log10 |
| D. | all of the mentioned |
| Answer» E. | |
| 5. |
Which of the following function is used for determining missing values? |
| A. | any |
| B. | all |
| C. | is |
| D. | all of the mentioned |
| Answer» E. | |
| 6. |
Which of the following function is used for quantiles of quantitative values? |
| A. | quantile |
| B. | quantity |
| C. | quantiles |
| D. | all of the mentioned |
| Answer» B. quantity | |
| 7. |
Which of the following function gives information about top level data? |
| A. | head |
| B. | tail |
| C. | summary |
| D. | none of the mentioned |
| Answer» B. tail | |