From 0aad48daa861b4a807bfe9aa8741e785c195f1fd Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 28 Feb 2024 17:29:30 -0500 Subject: [PATCH] remove the PM word --- docs/why.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/why.qmd b/docs/why.qmd index d80060bcd7be..21a62300b370 100644 --- a/docs/why.qmd +++ b/docs/why.qmd @@ -176,9 +176,9 @@ for your data platform. Data organizations can use Ibis to standardize the interface for SQL and Python data practitioners. It also allows data organizations to: -- transfer data between systems easily +- transfer data between systems - transform, analyze, and prepare data where it lives -- easily benchmark your workload(s) across data systems using the same code +- benchmark your workload(s) across data systems using the same code - mix SQL and Python code seamlessly, with all the benefits of a general-purpose programming language, type checking, and expression validation