Polars, the fastest DataFrame library you never heard of

Поділитися
Вставка
  • Опубліковано 22 сер 2024

КОМЕНТАРІ • 5

  • @HermanWillems
    @HermanWillems 2 роки тому +2

    How nice Polars is from the Netherlands. :) proud. Nice library love rust.

  • @EngineerNick
    @EngineerNick 3 роки тому

    I am using polars directly in rust and it is an absolute pleasure to use your lazy API. Thankyou so much for your work and to the other contributors. It has been very satisfying to crush workloads that were slow in pandas.
    I wonder though if the `use polars::prelude::*;` could somehow be avoided? I find it very difficult to discover all the available functionality that gets imported into the global scope, and I had all kinds of trouble when I tried to import things manually since none of the examples do it that way. Maybe I am still new at rust... back in python import module.* was never the way to go :/

  • @hkpeaks
    @hkpeaks Рік тому

    Benchmark (Pandas vs Peaks vs Polars) ua-cam.com/video/1Kn665ADSck/v-deo.html

  • @mhnatiuk
    @mhnatiuk 3 роки тому +1

    how's the project going? Need any help? Just entering rust world, but have big plans for it :)

  • @wiama
    @wiama Рік тому

    can polars dataframe be used for lgbm machine learning training?