From a7f295fd7844eda09ecffa93463146e847bfe835 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Fri, 18 Oct 2024 22:53:42 +0200 Subject: [PATCH] Update Dealing with large data files.ipynb --- Performance/Dealing with large data files.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Performance/Dealing with large data files.ipynb b/Performance/Dealing with large data files.ipynb index 623b8a9..1010d93 100644 --- a/Performance/Dealing with large data files.ipynb +++ b/Performance/Dealing with large data files.ipynb @@ -54,7 +54,7 @@ "source": [ "## Data preparation\n", "\n", - "Now we simulate and load a full dataset. Let's simulate a large observation, about 2GB" + "Now we simulate and load a full dataset. Let's simulate a large observation, about 2GB. We use HENDRICS, you can install it with `pip install hendrics`" ] }, {