Explain String and its methods in detail.
[5 marks]Explain Python Functions in detail.
[5 marks]Differentiate List and Tuple in Python.
[5 marks]Explain the phases of Data Science Pipeline.
[5 marks]What do you mean by Exploratory Data Analysis? List and explain the task which needs to be performed in EDA.
[5 marks]Summarize the characteristics of NumPy, Pandas, Scikit-Learn and matplotlib libraries along with their usage
[5 marks]Explain DataFrame in Pandas with example.
[5 marks]Explain HTML parsing using Beautiful soup.
[5 marks]Explain the use of following libraries of python in data science. 1) Matplotlib 2) Scikit-learn
[5 marks]Describe the three levels of flat-file dataset. Explain any two with the help of example.
[5 marks]Write a python code to read the local image, obtain statistics about that image, and display the image onscreen.
[5 marks]Explain Slicing rows and columns with example.
[5 marks]Write a small code to perform following operations on data: Slicing, Dicing, Concatenation, and Transformation.
[5 marks]What is the use of labels and legends in plot? Explain with example.
[5 marks]Differentiate: Bar graph vs. Histogram
[5 marks]Write a python code to draw two lines on plot. Both lines should be depicted with different colors.
[5 marks]Write a code to draw pie chart using python’s library.
[5 marks]