-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b44d749
commit 421494c
Showing
6 changed files
with
24 additions
and
11 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Narwhals | ||
|
||
Extremely lightweight compatibility layer between pandas and Polars: | ||
![](assets/image.png) | ||
|
||
- ✅ No dependencies. | ||
- ✅ Lightweight: wheel is smaller than 30 kB. | ||
- ✅ Simple, minimal, and predictable. | ||
Extremely lightweight compatibility layer between Polars, pandas, and more. | ||
|
||
No need to choose - support both with ease! | ||
Seamlessly support both, without depending on either! | ||
|
||
- ✅ **Just use** a subset of **the Polars API**, no need to learn anything new | ||
- ✅ **No dependencies** (not even Polars), keep your library lightweight | ||
- ✅ Support both **lazy** and eager execution | ||
- ✅ Use Polars **Expressions** | ||
|
||
## Who's this for? | ||
|
||
Anyone wishing to write a library/application/service which consumes dataframes, and wishing to make it | ||
completely dataframe-agnostic. | ||
|
||
## Let's get started! | ||
|
||
- [Installation](installation.md) | ||
- [Quick start](quick_start.md) | ||
Let's get started! |
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
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