Darek
Darek
@fbx31 Polars rs-0.46 has been merged and released as v0.19.
@mhkeller Thanks for your feedback. 1. The main `polars` repo is kind of separate from `nodejs-polars` repo b/c the focus is on `Python`. 2. `nodejs-polars` docs are auto-generated using `typedoc`...
@universalmind303 This is unlikely to work, but `bun x jsr publish --dry-run` passes. I do not have the permission, but can you please try to see what errors you get?...
I think we can just add one line to the existing GHA, but does `jsr.json` works?
Python version of `df.corr()` uses `np.corrcoef`. Do you know if there's a small Rust equivalent? Adding [correlation_rust](https://github.com/Alexanderlacuna/correlation_rust) to this project is probably out of scope.
@scarf005 Would you know how to fix this? Thx
[This](https://github.com/pola-rs/nodejs-polars/blob/dbc164d79182353d70a635f5c43c1a51540c3dd8/polars/dataframe.ts#L1864) is the line of code.
> Hey! Is this solved? No, per this [comment](https://github.com/pola-rs/nodejs-polars/issues/322#issuecomment-2758549107) I do not know how to solve it. Sorry.
@H-Plus-Time Thanks for your contribution, please ensure the docstrings match the function params. Thx
This code: `pl.read_ipc('https://paste.c-net.org/ViperMoronic')` still does not work in `py-polars` why would it work in `nodejs-polars`?