Assignment 1
Assignment 1
a) True
b) False
Q2 Which one of the following is not a classification of Data Analytics?
a) Diagnostic analytics
b) Deceptive analytics
c) Predictive analytics
d) Prescriptive analytics
Q3 State True or false:
Statement: Nominal scale is the lowest level of measurement and ratio scale is the
highest level of measurement.
a) True
b) False
Q4 Consider the following statements-
Statement A : With iloc, we can pass in the negative value.
Statement B : With loc, we can pass in the negative value.
a. A and B are correct
b. Both are false
c. A is correct B is false
d. B is correct A is false
Q5 For getting 3rd, 4th & 6th row of a datafile “df”in Python programming, we can write:
a. df.loc[[2,3,5]]
b. df.loc[[3,4,5]]
c. df.iloc[3,4,6]
d. None of the above
a. True
b. False