From 3971f666e163627ef50cdeff1a86e5203ba0f247 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 7 Nov 2024 13:39:42 +0100 Subject: [PATCH] Mention pyarrow to use parquet format. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac7e398..41b8cc1 100644 --- a/README.md +++ b/README.md @@ -131,10 +131,16 @@ I haven't tried it yet as of September 2024. URL: <https://www.pola.rs/> +### pyarrow + +Library to use the highly efficient Apache Parquet file format from scipy and pandas. +I haven't tried it yet as of November 2024. + +URL: <https://arrow.apache.org/docs/python/index.html> + ### anndata Another alternative for pandas? - I haven't tried it. URL: <https://anndata.readthedocs.io/en/latest/> -- GitLab