Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add narwhals-gif to README.md #845

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
anopsy authored Aug 22, 2024
commit 96025beac97d85150d98d9ed99098b1521733d6f
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -76,6 +76,13 @@ There are three steps to writing dataframe-agnostic code using Narwhals:
- 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

<h1 align="left">
<img
width="600"
alt="narwhals_gif"
src="https://github.com/user-attachments/assets/fef71d91-b479-467d-a3b7-93685dd2dbe1">
</h1>

## Example

See the [tutorial](https://narwhals-dev.github.io/narwhals/basics/dataframe/) for several examples!