Data Science : What is it?
data 1 :
(usually used with a singular verb) Digital Technology. information in digital format, as encoded text or numbers, or multimedia images, audio, or video.
(used with a singular verb) a body of facts; information.
(used with a plural verb) individual facts, statistics, or items of information.
science 2 :
a branch of knowledge or study dealing with a body of facts or truths systematically arranged and showing the operation of general laws.
systematic knowledge of the physical or material world gained through observation and experimentation.
any of the branches of natural or physical science.
What is Data?
Source: https://commons.wikimedia.org
… We may have to come back to this one.
Scientific Method
Source: https://commons.wikimedia.org
Data Science is about drawing useful conclusions from large and diverse data sets through exploration, prediction, and inference. Exploration involves identifying patterns in information. Prediction involves using information we know to make informed guesses about values we wish we knew. Inference involves quantifying our degree of certainty: will the patterns that we found in our data also appear in new observations? How accurate are our predictions? Our primary tools for exploration are visualizations and descriptive statistics, for prediction are machine learning and optimization, and for inference are statistical tests and models.
Statistics is a central component of data science because statistics studies how to make robust conclusions based on incomplete information. Computing is a central component because programming allows us to apply analysis techniques to the large and diverse data sets that arise in real-world applications: not just numbers, but text, images, videos, and sensor readings. Data science is all of these things, but it is more than the sum of its parts because of the applications. Through understanding a particular domain, data scientists learn to ask appropriate questions about their data and correctly interpret the answers provided by our inferential and computational tools.1
Data Science Skills Venn Diagram
Source: Original source unknown - found on Quora
Data Science Skills
Source: Original source unknown - found on Google Image Search
Data Science Skills
Data Science Skills
Snow’s Map, 1854 London Cholera Cases
Snow’s Map, 1854 London Cholera Cases
Snow’s Map, 1854 London Cholera Cases
Water Supply Companies, Coverage Areas
Here’s some tabular data:
| Supply Area | # houses | cholera deaths | deaths / 10,000 houses |
|---|---|---|---|
| S&V | 40,046 | 1,263 | 315 |
| Lambeth | 26,107 | 98 | 37 |
| Rest of London | 256,423 | 1,422 | 59 |
Any relation between the treatment and the outcome is called an association.
If the treatment causes the outcome to occur, then the association is causal.
Traditional statistical data analysis methods in general are not well suited to establishing causal associations. In retrospective analyses, we can usually show only associations, then later experiments are conducted to establish causality.
Thus, we often use the mantra “Correlation does not imply Causation” as a warning to ourselves (and others) that we cannot necessarily conclude that an association is necessarily causal, at least in the direction and for the reasons we might first assume.
To truly establish causality, the gold standard historically is the randomized controlled trial.†
John Snow’s experiment was the first documented example of a controlled trial directed at epidemiology (a field that was founded later).
A crucial element in Snow’s analysis was that the people in the two groups were comparable to each other, apart from the treatment.
Control Group - The treatment is not applied to this group.
Treatment Group - The treatment is applied to this group.
† RCTs are not the only way. For example, causal inference is a modern technique that allows us establish causality given only statistical techniques in certain situations. See https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2836213/ for an overview.
In an observational study, if the treatment and control groups differ in ways other than the treatment, it is difficult to make conclusions about causality.
An underlying difference between the two groups (other than the treatment) is called a confounding factor, because it might confound you (that is, mess you up) when you try to reach a conclusion.
Oops - Coffee drinkers tended to be smokers!
The Data Science Process
Source: https://commons.wikimedia.org
Introduction and Data Science Process

CS 4/5623 Fundamentals of Data Science