Skip to content

Commit 4173f87

Browse files
committed
fixup readme
1 parent dcd3f03 commit 4173f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Or just vendor it, it's only a bunch of pure-Python files.
3030
There are three steps to writing dataframe-agnostic code using Narwhals:
3131

3232
1. use `narwhals.DataFrame` to wrap a pandas or Polars DataFrame to a Narwhals DataFrame
33-
2. use the subset of the Polars API supported by Narwhals
34-
Some methods are only available if you called `narwhals.translate_frame` with `is_eager=True`
33+
2. use the subset of the Polars API supported by Narwhals. Some methods are only available
34+
if you passed `is_eager=True` to `narwhals.DataFrame`
3535
3. use `narwhals.to_native` to return an object to the user in its original
3636
dataframe flavour. For example:
3737

0 commit comments

Comments
 (0)