-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add extra overload for concat for when it is not known statical…
…ly whether inputs are eager or lazy (#1783)
- Loading branch information
1 parent
11b2f8a
commit f1b9fd9
Showing
4 changed files
with
47 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# 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. | ||
- "spark-like" means PySpark, but we may extend this to also cover SQLFrame. |
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