I've finished reading the book, and here are my summarized comments. It's an excellent book focused on explaining the fundamental aspects you need to be aware of regarding data if you aim to become a data head. It starts from the basics, firstly defining the problem you want to solve with data, explaining the types of data available, structured and unstructured. It briefly reviews descriptive statistics. It also dedicates a section to data sources and exploring them using techniques like simple linear regression, basic probability, Bayes' theorem, hypothesis testing, and then diving into supervised and unsupervised machine learning models. The overview of these models is just a skim on how they work and the most important aspects to know about each of them. The book delves a bit into text analysis, neural networks, and deep learning. I particularly liked how it closes with warnings about the main "pitfalls" we can fall into with data and models. Some examples include survivorship bias, regression to the mean, Simpson's paradox, confirmation bias, effort bias (aka the sunk cost fallacy), algorithmic bias, uncategorized bias. Finally, it ends with communication breakdowns which I find formidable: the postmortem, storytime, the telephone game, into the weeds, the reality check, the takeover, and the blowhard.