diff --git a/README.md b/README.md index d4b2576465..b416bd21d7 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