Skip to content

Commit

Permalink
phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Oct 28, 2024
1 parent d5afccd commit a546d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ also pass Ibis, DuckDB, Vaex, and any library which implements the protocol.
#### Interchange-only support

While libraries for which we have full support can benefit from the whole Narwhals API,
libraries which only benefit from interchange support can only access the following methods:
libraries which have interchange support can only access the following methods:

- `.schema`, hence column names via `.schema.names()` and column types via `.schema.dtypes()`
- `.to_pandas()` and `.to_arrow()`, for converting to Pandas and Arrow, respectively.
Expand Down

0 comments on commit a546d9d

Please sign in to comment.