From c01c9da5cf3416ce57a85e7f56fbac6308e6d163 Mon Sep 17 00:00:00 2001 From: partev Date: Mon, 27 May 2024 02:05:10 -0400 Subject: [PATCH] Update learn.md: use the latest edition of the "Python Data Science Handbook" (#756) --- content/en/learn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/learn.md b/content/en/learn.md index ca45c144c5..390fdcf6bc 100644 --- a/content/en/learn.md +++ b/content/en/learn.md @@ -51,7 +51,7 @@ Try these advanced resources for a better understanding of NumPy concepts like a **Books** -* [Python Data Science Handbook](https://www.amazon.com/Python-Data-Science-Handbook-Essential/dp/1491912057) *by Jake Vanderplas* +* [Python Data Science Handbook](https://www.amazon.com/Python-Data-Science-Handbook-Essential/dp/1098121228) *by Jake Vanderplas* * [Python for Data Analysis](https://www.amazon.com/Python-Data-Analysis-Wrangling-Jupyter/dp/109810403X) *by Wes McKinney* * [Numerical Python: Scientific Computing and Data Science Applications with Numpy, SciPy, and Matplotlib](https://www.amazon.com/Numerical-Python-Scientific-Applications-Matplotlib/dp/1484242459) *by Robert Johansson*