Skip to content

Commit

Permalink
Merge pull request #129 from koaning/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MarcoGorelli authored May 10, 2024
2 parents ff7f8e3 + f3f179c commit 70605c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are three steps to writing dataframe-agnostic code using Narwhals:

1. use `narwhals.from_native` to wrap a pandas/Polars/Modin/cuDF
DataFrame/LazyFrame in a Narwhals class
2. use the [subset of the Polars API supported by Narwhals](https://marcogorelli.github.io/narwhals/api-reference/narwhals/)
2. use the [subset of the Polars API supported by Narwhals](https://narwhals-dev.github.io/narwhals/api-reference/)
3. use `narwhals.to_native` to return an object to the user in its original
dataframe flavour. For example:

Expand Down

0 comments on commit 70605c5

Please sign in to comment.