Extremely lightweight compatibility layer between pandas, Polars, cuDF, and Modin
Project description
Narwhals
Extremely lightweight and extensible compatibility layer between Polars, pandas, Modin, and cuDF (and more!).
Seamlessly support all, without depending on any!
- ✅ Just use a subset of the Polars API, no need to learn anything new
- ✅ Zero dependencies, zero 3rd-party imports: Narwhals only uses what the user passes in, so you can keep your library lightweight
- ✅ Separate lazy and eager APIs, use expressions
- ✅ Support pandas' complicated type system and index, without either getting in the way
- ✅ 100% branch coverage, tested against pandas and Polars nightly builds
- ✅ Negligible overhead, see overhead
Used by
Join the party!
Installation
- pip (recommended, as it's the most up-to-date)
pip install narwhals
- conda-forge (also fine, but the latest version may take longer to appear)
conda install -c conda-forge narwhals
Usage
There are three steps to writing dataframe-agnostic code using Narwhals:
-
use
narwhals.from_native
to wrap a pandas/Polars/Modin/cuDF DataFrame/LazyFrame in a Narwhals class -
use
narwhals.to_native
to return an object to the user in its original dataframe flavour. For example:- if you started with pandas, you'll get pandas back
- if you started with Polars, you'll get Polars back
- if you started with Modin, you'll get Modin back (and compute will be distributed)
- if you started with cuDF, you'll get cuDF back (and compute will happen on GPU)
What about Ibis?
Like Ibis, Narwhals aims to enable dataframe-agnostic code. However, Narwhals comes with zero dependencies, is about as lightweight as it gets, and is aimed at library developers rather than at end users. It also does not aim to support as many backends, instead preferring to focus on dataframes. So, which should you use?
- If you need a SQL frontend in Python: Ibis!
- If you're a library maintainer and want a lightweight and minimal-overhead layer to get cross-dataframe library support: Narwhals!
Here is the package size increase which would result from installing each tool in a non-pandas environment:
Example
See the tutorial for several examples!
Scope
- Do you maintain a dataframe-consuming library?
- Do you have a specific Polars function in mind that you would like Narwhals to have in order to make your work easier?
If you said yes to both, we'd love to hear from you!
Note: You might suspect that this is a secret ploy to infiltrate the Polars API everywhere. Indeed, you may suspect that.
Why "Narwhals"?
Thanks to Olha Urdeichuk for the illustration!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file narwhals-0.9.8.tar.gz
.
File metadata
- Download URL: narwhals-0.9.8.tar.gz
- Upload date:
- Size: 348.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b82480765e9c9cf5198a4d9ef041531ac509bc4b62e3ef4717c413ac094f9d |
|
MD5 | 923110030dd200c0520f05f5996af87c |
|
BLAKE2b-256 | bcbc4933e17789224c376e05186f2514fcbe0d2d004245f17e418075482a2235 |
Provenance
File details
Details for the file narwhals-0.9.8-py3-none-any.whl
.
File metadata
- Download URL: narwhals-0.9.8-py3-none-any.whl
- Upload date:
- Size: 62.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3ef57c3b5ffc8bda81ca80956b854f1a5db20805c996665638ad14c3299986 |
|
MD5 | 287f8e76e8438f52852f9e62c8d83479 |
|
BLAKE2b-256 | 78a5c3c120e62d70a8d394cf86f6ad5d7dd954b7660c5d6b5d55f4f7d1cd8e52 |