Practical Statistics for Data Scientists: 50+ Essential Concepts Using R and Python, Peter Bruce and Andrew Bruce and Peter Gedeck, 2020 (O'Reilly Media) - This book offers a practical guide to statistical methods relevant to data science, covering outlier detection techniques like the Z-score and IQR methods within the context of data cleaning and preparation.
An Introduction to Statistical Learning: With Applications in R, Gareth James and Daniela Witten and Trevor Hastie and Robert Tibshirani, 2021 (Springer) - This widely used textbook covers fundamental concepts in statistical learning, including data preprocessing and the importance of addressing data anomalies, which are relevant for understanding the impact and handling of outliers.