Skip to content

Commit

Permalink
fix custom sort in process_dataframe_pie
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Oct 28, 2024
1 parent a546d9d commit bbbd330
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ 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 have interchange support can only access the following methods:
libraries which have interchange only support can access the following methods after
converting to Narwhals DataFrame:

- `.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 bbbd330

Please sign in to comment.