QQ1. Define the term Data Science. Explain the role of data sampling in Data Science. Differentiate between descriptive, inferential, and causal data analysis with suitable examples.
- Data Science: Interdisciplinary field extracting insights from data using scientific methods.
- Data Sampling: Selecting representative subset to efficiently analyze large datasets.
- Descriptive Analysis: Summarizes 'what happened' using measures like mean, median.
- Inferential Analysis: Predicts population trends from sample data, e.g., election polling.
Answer: Data Science is an interdisciplinary field that employs scientific methods, processes, algorithms, and systems to extract knowledge and insights from structured and unstructured data. It integrates concepts from statistics, computer science, mathematics, and domain expertise to understand phenomena and make better decisions. The core objective is to uncover patterns, build predictive models, and provide actionable intelligence. Data sampling involves selecting a representative subset (sample) f...