Polars - An Introduction to Polars v1 for Python Data Analytics!

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

КОМЕНТАРІ • 39

  • @ringpolitiet
    @ringpolitiet 2 місяці тому +4

    Thanks for the video. A polars/pandas/duckdb video would be lovely. Would also be nice if you could then showcase the lazy evaluation/query optimizer in polars compared to pandas. And if you're talking about duckdb which is SQL adjacent, maybe also some words about the SQL interface in polars.

    • @bugbytes3923
      @bugbytes3923  2 місяці тому +1

      Great suggestions, thank you - I'll look into some follow-up videos, including the polars/pandas/duckdb comparison.

  • @RajaseelanGaneswaran
    @RajaseelanGaneswaran Місяць тому +2

    Love this video. great intro!

  • @knolljo
    @knolljo 2 місяці тому +2

    polars is super nice to work with, did some data analysis in the last few months. Combined with marimo notebooks it felt like super powers 😅

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@knolljo I’ll need to check out marimo notebooks!

    • @knolljo
      @knolljo 2 місяці тому

      @@bugbytes3923 Definitely worth it! The ability to have reactive and easy to use interactive elements makes it amazing to work with, plus the notebooks are saved as .py files and can even be exported as standalone scripts, I love that as a git user.

  • @tmb8807
    @tmb8807 Місяць тому +1

    Been using Polars for about a year, and I can't see myself using pandas again. Way faster at basically everything, and even though the code can end up looking quite verbose the syntax comes much more naturally to me. Lacking a built-in plot method was the only snag, but it has that now.
    And as you said, I'm sure there are some integrations with other libraries that might not work, but there's always the to_pandas method.

    • @bugbytes3923
      @bugbytes3923  Місяць тому +1

      Exactly how I feel too! I'll probably not go back to Pandas much, unless required, although it's served me well for a long time.

    • @tmb8807
      @tmb8807 Місяць тому

      @@bugbytes3923Indeed. Pandas is still very ingrained (understandably so) so it’ll probably take time for things to move generally. But I’m excited about the possibilities. I’ve even seen it demonstrated that, due to the streaming API allowing it to process larger-than-memory data, Polars is capable of replacing Spark on a single node for some workflows (not all, of course).

  • @Mshiunwu
    @Mshiunwu 2 місяці тому +1

    Thanks for your sharing. I've been a heavy R user for the last ten years. I think Polars is closer to dplyr than Pandas. Now I know a better way to migrate my previous code.

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@Mshiunwu thanks for the comment! Glad to hear that Polars is more similar to R - should be easier to pick up for anyone moving to Python!

  • @blackice214
    @blackice214 23 дні тому +1

    This is great very easy to understand and do ETL using Polars

    • @bugbytes3923
      @bugbytes3923  22 дні тому

      Thanks! It's awesome for ETL jobs, agreed.

  • @Pradeep_prasad
    @Pradeep_prasad 2 місяці тому +1

    Thank you for introducing new library❤

    • @bugbytes3923
      @bugbytes3923  2 місяці тому +1

      @@Pradeep_prasad no problem thanks for watching!

  • @md.musfiqurrahaman8612
    @md.musfiqurrahaman8612 2 місяці тому +1

    Subscribed ! For amazing contents and consistency! Keep it up!♥

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@md.musfiqurrahaman8612 thanks a lot, much appreciated!

  • @jamesinaz8042
    @jamesinaz8042 2 місяці тому +1

    Awesome 💯 will try it out soon

    • @bugbytes3923
      @bugbytes3923  2 місяці тому +1

      Thanks a lot, and good luck!

  • @smellypunks
    @smellypunks Місяць тому

    I have been using pandas for years and was waiting to switch to polars which I started to do this year. Lots of pandas scripts to migrate!! I do enjoy Polars even small things like showing strings in “” helps. But some methods seem more verbose than needed and there are some conversations that seem to have been changed unnecessarily. On Nulls very happy to move always from Pandas hellish null handling.

  • @suyashdahale4355
    @suyashdahale4355 2 місяці тому +2

    Best polars tutorial so far 👍

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@suyashdahale4355 thanks a lot!

  • @ahmedbadal3795
    @ahmedbadal3795 2 місяці тому +1

    am at 15:00 enjoying it so far what a great tutorial thanks for it why does polars seem better then pandas

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@ahmedbadal3795 thanks a lot!

  • @michaelmaguire6709
    @michaelmaguire6709 2 місяці тому +1

    Perfect!

  • @serychristianrenaud
    @serychristianrenaud 2 місяці тому +1

    Thanks ...🎉

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      @@serychristianrenaud thanks for watching!

  • @lhassanaitmouss389
    @lhassanaitmouss389 2 місяці тому

    Thanks 🎉
    (select, filter, with_columns, groupBy, …) seems like Spark 😅

    • @bugbytes3923
      @bugbytes3923  2 місяці тому

      True! Some similarities with PySpark!

  • @yasithawijethunga5742
    @yasithawijethunga5742 2 місяці тому

    Can't use htmx and jquery together for a dropdown in django? I added a htmx get request to a dropdown. But when I use jquery select2 plugin for the dropdown, htmx get not working

  • @frameff9073
    @frameff9073 2 місяці тому

    🎉🎉🎉

  • @NoName-lq7kt
    @NoName-lq7kt 2 місяці тому

    Looks really cool too bad I'll never get a tech job

  • @patcher2944
    @patcher2944 2 місяці тому

    What is i64 means below age

  • @alexandrodisla6285
    @alexandrodisla6285 2 місяці тому

    I know Polars.