From b0707910b4b8ccc00e7c67645d8da8f717973853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Bilodeau?= <70441641+zbilodea@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:30:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20854b0..cdf978d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ [rtd-badge]: https://readthedocs.org/projects/hepconvert/badge/?version=latest [rtd-link]: https://hepconvert.readthedocs.io/en/latest/ -The hepconvert library is a bridge between columnar file formats, currently **ROOT, and Parquet** and soon will include **Feather, and HDF5.** It aims to simplify file conversions in Python, replacing what is usually a multi-step process with one line of code, with builtin features for managing large datasets and choosing compression levels. +The hepconvert library is a bridge between columnar file formats, currently **ROOT, and Parquet** and soon will include **HDF5.** It aims to simplify file conversions in Python, replacing what is usually a multi-step process with one line of code, with builtin features for managing large datasets and choosing compression levels. # Installation