Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
40 views

Python Question

This document contains 31 questions related to the role of Python in data science. The questions cover topics such as exploratory data analysis, data visualization, data wrangling, machine learning algorithms and libraries like Pandas, NumPy, SciKit-learn, NetworkX and Matplotlib. They also include questions on Python programming concepts like data structures, functions, files handling and programming problems like Fibonacci series.

Uploaded by

Shyam Bihade
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Python Question

This document contains 31 questions related to the role of Python in data science. The questions cover topics such as exploratory data analysis, data visualization, data wrangling, machine learning algorithms and libraries like Pandas, NumPy, SciKit-learn, NetworkX and Matplotlib. They also include questions on Python programming concepts like data structures, functions, files handling and programming problems like Fibonacci series.

Uploaded by

Shyam Bihade
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Pacific School of Engineering

Computer Engineering Department


Python for Data Science (3150713)
Question Bank
1. What is the role of python in data science?
2. Explain EDA in detail.
3. What do you understand by Data visualization? Discuss some Python’s data visualization
techniques.
4. What is Data Wrangling process? Define data exploratory data analysis? Why EDA is
required in data analysis?
5. Explain %matplotlib magic function. Explain hist() function with code.
6. With example explain the concept of bags of words model.
7. Explain how to create data science pipeline.
8. Explain following string functions with suitable example.
len, count, title, lower, upper, find, rfine, replace
9. Define the regression problem.
10. How can it be solved using SciKit-learn?
11. What is the role of Python in Data science?
12. Write a program to print Fibonacci series up to number given by user.
13. Write a brief note on NetworkX library.
14. Explain Hashing Tricks and its importance with suitable example.
15. What do you mean by missing values? Explain the different ways to handle the missing
value with example.
16. Write a python program to implement Fibonacci sequence for given input.
17. What are the magic functions in Jupyter? Explain with example.
18. Give comparison between Numpy and Pandas.
19. List and explain the reasons which make python programming popular in Data Science.
20. Define correlation and explain its importance in Data Science.
21. Define covariance and explain its importance with appropriate example.
22. Discuss the role of indentation in python.
23. Explain Classification with example.
24. What is the core competencies needed to become a data scientist?
25. Explain in brief.
26. List different way for defining descriptive statistics for Numeric Data. Explain them in
brief.
27. Write a python program to read data from a text file using pandas library.
28. Explain labels, annotations and legends.
29. List and explain interfaces of SciKit-learn.
30. Write a code to draw pie chart using python’s library.
31. Explain following data structures of python with suitable example.
1. String
2. List
3. Tuple
4. Dictionary

You might also like