-
**What**
make ModeImputer polars compatible while maintaining backwards compatibility with pandas.
**Why?**
Making the project polars compatible for speed benefits. [Narwhals](https://github.…
-
### Package
filament/filament
### Package Version
v3
### Laravel Version
v11
### Livewire Version
v3
### PHP Version
PHP 8.3
### Problem description
When serving a res…
-
Hey there,
big fan of this library. Wondering if there is a way of adding a suffix to each Column ? I.e. suffix "Model" would result in
```import { ColumnType } from 'kysely';
export type…
-
My junior classmate is trying to learn C++ with my vscode tutorial that uses clang installed by msys2 on windows, but I noticed project_options won't enable sanitizers for him because,
https://gith…
-
We sometimes reference pandas and Polars handling null values differently in docs, but it's a bit scattered - I think we should:
- only include it in the docstring if the function specifically modifi…
-
Always funny how these projects start, one goes from like 100 users that understand the tremendous opportunity of fast in-memory computing --- and then 2-3 years later 10 million people heavily rely o…
-
### Provide environment information
Production run in node:20-alpine so `npx envinfo --system` doesn't work
Binaries:
Node: 20.18.0 - /usr/local/bin/node
Yarn: 1.22.22 - /usr/local/bin/yar…
-
This was brought up in https://github.com/narwhals-dev/narwhals/pull/1379
```python
df = pd.DataFrame({'a': [1,2], 'b': [4,5]})
print(nw.from_native(df).select(0).to_native())
df = pl.DataFrame(…
-
### Bug Description
I have a remote client that I usually connect to. The remote client is using a relay server and an ID server on its end. When I want to connect to that specific remote via its p…
-
### Feature Description
The operator is stateless, so we have no reason to reject its use in Python's multiprocess environment.
### Problem and Solution
Python uses the pickle format to ser…