Darek

Results 110 comments of Darek

#5914 was created for Polars but closed without a comment. :(

@0xgeert Please try: `pl.read_ipc_stream` using `py-polars` as described [here](https://github.com/pola-rs/nodejs-polars/pull/249#issuecomment-2250237961). It works fine for me. Thx

@Nekobaex `nodejs-polars` keeps functionality on par with Python Polars I believe `.rename()` and `.alias()` functionality is the same as in Python Polars It makes sense, since `df.select(pl.col("foo"))` results in an...

[This](https://github.com/pola-rs/polars/issues/17244) issue is related

@scarf005 Feel free to put a PR in, if you need help please reach out on Discord. Thx

@scarf005 Can we close this ticket or you will still working on the DF portion? Thx

Using `rhea` I end up with a similar [issue](https://github.com/amqp/rhea/issues/416)

Maybe I am missing something, but this simple code does not work with ActiveMQ Artemis local docker image. ``` var container = require('rhea'); const connection = container.connect({ port: 5672, //...

Is anyone able to get [this](https://github.com/oven-sh/bun/issues/4791#issuecomment-2066903999) example working?

Python Polars returns `String` for `pl.Series(["foo"]).dtype`