Data science
gvisAnnotatedLine
gvisTimeLine
gvisAnnotatedTimeLine
none of the mentioned
Answer is Wrong!
Answer is Right!
2. Which of the following is used to compute the percent change over a given number of periods?
pct_change
percent_change
per_change
none of the mentioned
Answer is Wrong!
Answer is Right!
3. Which of the following list-like data structure is used for managing a dynamic collection of SparseArrays?
SparseList
GeoList
SparseSeries
All of the mentioned
Answer is Wrong!
Answer is Right!
4. ndarray.dataitemSize is the buffer containing the actual elements of the array.
TRUE
nan
nan
nan
Answer is Wrong!
Answer is Right!
Detailed Solutionndarray.dataitemSize is the buffer containing the actual elements of the array.
5. Which of the following testing is concerned with making decisions using data?
Probability
Hypothesis
Causal
None of the mentioned
Answer is Wrong!
Answer is Right!
Detailed SolutionWhich of the following testing is concerned with making decisions using data?
6. Point out the correct statement.
findLinearColumns will also return a vector of column positions can be removed to eliminate the linear dependencies
findLinearCombos will return a list that enumerates dependencies
the function findLinearRows can be used to generate a complete set of row variables from one factor
none of the mentioned
Answer is Wrong!
Answer is Right!
7. Which of the following object you get after reading CSV file?
DataFrame
Character Vector
Panel
All of the mentioned
Answer is Wrong!
Answer is Right!
Detailed SolutionWhich of the following object you get after reading CSV file?
8. Which of the following random variables are the default model for random samples?
iid
id
pmd
all of the mentioned
Answer is Wrong!
Answer is Right!
Detailed SolutionWhich of the following random variables are the default model for random samples?
9. Which of the following is an example of raw data?
original swath files generated from a sonar system
initial time-series file of temperature values
a real-time GPS-encoded navigation file
all of the mentioned
Answer is Wrong!
Answer is Right!
Detailed SolutionWhich of the following is an example of raw data?
10. What Python function is used to perform element-wise mathematical operations on Numpy arrays?
describe()
plt.plot()
df.apply()
np.add()
Answer is Wrong!
Answer is Right!