InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is an important parameter of read.table function?(a) file(b) header(c) sep(d) all of the mentionedThis question was addressed to me in an interview for internship.This interesting question is from Reading from Web and APIs in division Getting Data of Data Science |
|
Answer» CORRECT ANSWER is (d) all of the mentioned Explanation: More PARAMETERS are REQUIRED for LOADING the data. |
|