We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd3f03 commit 4173f87Copy full SHA for 4173f87
README.md
@@ -30,8 +30,8 @@ Or just vendor it, it's only a bunch of pure-Python files.
30
There are three steps to writing dataframe-agnostic code using Narwhals:
31
32
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`
+2. use the subset of the Polars API supported by Narwhals. Some methods are only available
+ if you passed `is_eager=True` to `narwhals.DataFrame`
35
3. use `narwhals.to_native` to return an object to the user in its original
36
dataframe flavour. For example:
37
0 commit comments