-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: dask in api-completeness table (#741)
* feat: dask in api-completeness table * generalize a bit * type return * fix strict build
- Loading branch information
Showing
6 changed files
with
106 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# API Completeness | ||
|
||
Narwhals has two different level of support for libraries: "full" and "interchange". | ||
|
||
Libraries for which we have full support we intend to support the whole Narwhals API, | ||
however this is a continuous work in progress. | ||
|
||
In the following section it is possible to check which method is implemented for which | ||
class and backend. | ||
|
||
!!! info | ||
|
||
- By design, Polars supports all the methods of the Narwhals API. | ||
- "pandas-like" means pandas, cuDF and Modin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
# API Completeness | ||
|
||
Narwhals has two different level of support for libraries: "full" and "interchange". | ||
|
||
Libraries for which we have full support we intend to support the whole Narwhals API, however this is a work in progress. | ||
|
||
In the following table it is possible to check which method is implemented for which backend. | ||
|
||
!!! info | ||
|
||
- "pandas-like" means pandas, cuDF and Modin | ||
- Polars supports all the methods (by design) | ||
# {{ title }} | ||
|
||
{{ backend_table }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters