From 274b77d2b0aa818bf8ab8b9b61277f19f27fa491 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Tue, 2 Jul 2024 21:11:12 +0200 Subject: [PATCH] Linter PD011 --- .../03-which-borough-has-the-most-noise-complaints.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/tutorials/pandas-cookbook/03-which-borough-has-the-most-noise-complaints.ipynb b/notebooks/tutorials/pandas-cookbook/03-which-borough-has-the-most-noise-complaints.ipynb index 407f6507c3a..9afea267321 100644 --- a/notebooks/tutorials/pandas-cookbook/03-which-borough-has-the-most-noise-complaints.ipynb +++ b/notebooks/tutorials/pandas-cookbook/03-which-borough-has-the-most-noise-complaints.ipynb @@ -652,7 +652,7 @@ }, "outputs": [], "source": [ - "pd.Series([1, 2, 3]).values" + "pd.Series([1, 2, 3]).to_numpy()" ] }, {