We are looking forward to sharing many exciting stories and examples of analytics with all of you using python programming language. This course includes examples of analytics in a wide variety of industries, and we hope that students will learn how you can use analytics in their career and life. One of the most important aspects of this course is that you, the student, are getting hands-on experience creating analytics models; we, the course team, urge you to participate in the discussion forums and to use all the tools available to you while you are in the course!
INTENDED AUDIENCE : Management, Industrial Engineering and Computer Science Engineering Students
INDUSTRY SUPPORT : Any analytics company
PRE-REQUISITES : Basic knowledge of Python but not necessary
Nptel Data Analytics with Python Week 1 Assignment Answer
Course layout
Nptel Data Analytics with Python Week 1 Assignment Answer
Week 1 : Assignment 1
State True or false:
Statement: data can be generated by machines but not by humans.
Which one of the following is not a classification of Data Analytics?
State True or false:
Statement: Nominal scale is the lowest level of measurement and ratio scale is the highest level of measurement.
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.
Which of the following is not a measure of dispersion?
State the following true or false?
Statement: Bimodal Data sets contains more than two modes.
Bar Charts are used for :
Median is not applicable to
def m(data)
Diff = max(data) – min(data)
return(Diff)
The above defined data function in Python programming, will calculate the