NPTEL Data Analytics with Python Week 1 | Assignment 1 Answers 2023
Brief overview of NPTEL Data Analytics with Python course
The NPTEL Data Analytics with Python course is a free online course offered by the National Programme on Technology Enhanced Learning (NPTEL), a joint initiative of the Indian Institutes of Technology (IITs) and the Indian Institute of Science (IISc). The course is designed to provide a comprehensive introduction to the field of data analytics and its applications using the Python programming language. The course covers topics such as data exploration, visualization, and statistical analysis, as well as machine learning and big data. The course is intended for students, professionals, and anyone interested in learning about data analytics and its applications.
COURSE LEVEL
Undergraduate/Postgraduate
Assignment No. Answers
Data Analytics with Python Assignment 1 Click Here
Data Analytics with Python Assignment 2 Click Here
Data Analytics with Python Assignment 3 Click Here
Data Analytics with Python Assignment 4 Click Here
Data Analytics with Python Assignment 5 Click Here
Data Analytics with Python Assignment 6 Click Here
Data Analytics with Python Assignment 7 Click Here
Data Analytics with Python Assignment 8 Click Here
NPTEL Data Analytics with Python Week 1 Assignment 1 Answers 2023
1. Statement: Descriptive Analytics, is the conventional form of Business Intelligence and data analysis.
- True
- False
Answers: True
2. Which of the following is not an example of predictive analytics?
2. Which of the following is not an example of predictive analytics?
- Linear regression
- Time series analysis and forecasting
- Bar Graphs
- Data mining
Answers: Bar Graphs
3. State true or False: Statement: Data can be numerical and categorical but cannot be continuous or discrete
3. State true or False: Statement: Data can be numerical and categorical but cannot be continuous or discrete
- True
- False
Answers: False
4. Which of the following is not an example of Ratio Data?
4. Which of the following is not an example of Ratio Data?
- Height
- Year
- Age
- Weight
5. Which of the following is a command to have a message appear on the screen?
- Input
- Write
- Msg
6. What is the output from this print() function call: print( '$100 $200 $300'.count('$'), '$100 $200 $300'.count('$', 5, 10), '$100 $200 $300'.count('$', 5) )
- 3 1 0
- 3 1 1
- 3 1 2
- 3 1 3
7. Median is not applicable to
- Ordinal
- Interval
- Nominal
- None of the above
8. State True or false: Statement: data can be generated by machines but not by humans.
- True
- False
9. Which one of the following is not a classification of Data Analytics?
- Diagnostic analytics
- Deceptive analytics
- Predictive analytics
- Prescriptive analytics
10. For getting 2nd, 4th & 7th row of a datafile “df”in Python programming, we can write:
- df.loc[[2,3,5]]
- df.loc[[1,3,6]]
- df.iloc[2,4,7]
- None of the above
Answers: df.iloc[1,3,6]
CRITERIA TO GET A CERTIFICATE
Average assignment score = 25% of the average of best 8 assignments out of the total 12 assignments given in the course.
Exam score = 75% of the proctored certification exam score out of 100
Final score = Average assignment score + Exam score
YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF THE AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.
Disclaimer:
The answers provided in this blogpost are for reference only and should not be used as a substitute for your own research and understanding of the subject matter. The answers have been researched and compiled to the best of our knowledge, but we cannot guarantee their accuracy or completeness. We strongly advise that you use this information as a starting point for your own research and not as the sole basis for your work. Please use your own discretion and always consult your instructor or professor for guidance.