From 7072a6934636cb038c0349245a5fe9eeb6d1461b Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:07:17 +0000 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 491efad78..60bf7694b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Extremely lightweight compatibility layer between Polars, pandas, cuDF, and Modi Seamlessly support all four, without depending on any of them! -- ✅ Just use a subset of the Polars API, no need to learn anything new +- ✅ **Just use** a subset of **the Polars API**, no need to learn anything new - ✅ **No dependencies** (not even Polars), keep your library lightweight -- ✅ Separate Lazy and Eager APIs -- ✅ Use the Polars Expressions API +- ✅ Separate **Lazy** and Eager APIs +- ✅ Use Polars **Expressions** API **Note: this is work-in-progress, and a bit of an experiment, don't take it too seriously**.