From 292e44738030fdc62e19602b9c2d3bb2c0153f54 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 13:56:44 +0200 Subject: [PATCH] Update README.md (#99) --- 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