NPTEL Data Analytics with Python Assignment 1 Answers 2024

NPTEL Data Analytics with Python Assignment 1 Answers 2024

Hello learners In this article we are going to discuss NPTEL Data Analytics with Python Assignment 1 Answers. All the Answers provided below to help the students as a reference, You must submit your assignment with your own knowledge and use this article as reference only.

About the course:-

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!

NPTEL Data Analytics with Python Assignment 1 Answers 2024:

1. Which of the following is never possible for variance?

Answer :- c

2. def m(data) Diff = max(data) – min(data) return(Diff)

The above defined data function in Python programming, will calculate the?

Answer :- d

3. Bar Charts are used for :

Answer :- b

4. Frequency polygons are used for: 

Answer :- a

5. m is an example of which of the following?

Answer :- a

6. Consider the following statements- 

Statement A : To “flatten” the dataframe, you can use the reset_index(). 

Statement B : Use the nunique() to get counts of unique values on a Pandas Series. 

Answer :- d

7. Which of the following statements in context of drawing an excellent graph is false:

Answer :- b

8.  Which of the following is not a measure of dispersion?

Answer :- d

9. Assume, you are given two lists:

    a = [1,2,3,4,5]

    b = [6,7,8,9]

The task is to create a list which has all the elements of a and b in one dimension.

    Output:

     a = [1,2,3,4,5,6,7,8,9]

Answer :- b

10. State the following true or false?

Statement: Bimodal Data sets contains more than two modes

Answer:- b