From f978f45c13352fa4fad02a3f85639dc64f147e08 Mon Sep 17 00:00:00 2001 From: Magdalena Kowalczuk <74981211+anopsy@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:02:18 +0100 Subject: [PATCH] Add Updated internals-gif Update README.md Adding PySpark to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4b257646..b416bd21d 100644 --- a/README.md +++ b/README.md @@ -80,13 +80,13 @@ There are three steps to writing dataframe-agnostic code using Narwhals: - if you started with Modin, you'll get Modin back (and compute will be distributed) - if you started with cuDF, you'll get cuDF back (and compute will happen on GPU) - if you started with PyArrow, you'll get PyArrow back + - if you started with PySpark, you'll get PySpark back

narwhals_gif - + src="https://github.com/user-attachments/assets/b4051744-68e9-4d83-8f21-c881f4067bf0">

## Example