From 40dbcc80d482fc68c4115f5425ada8949766113c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20F=2E=20Mu=C3=B1oz?= Date: Wed, 20 Mar 2024 20:41:51 -0400 Subject: [PATCH] docs(tutorial): finish incomplete sentence --- pills/scripts/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pills/scripts/basic.py b/pills/scripts/basic.py index 1f1ee12..acde56e 100644 --- a/pills/scripts/basic.py +++ b/pills/scripts/basic.py @@ -15,7 +15,7 @@ # --- # %% [markdown] -# This is a tutorial on how to access +# This is a tutorial on how to access JUMP-Cellpainting data. # We will use polars to fetch the data frame lazily, with the help of s3fs and pyarrow. # We prefer lazy loading because the data can be too big to be handled in memory.