Why Polars is better than Pandas?

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 23

  • @crystalcleargirl07
    @crystalcleargirl07 Месяц назад +2

    really enjoy all your training videos, especially the ones with a project. this one is particularly important as it COMPARES pandas and polars. 🎉 Well done 🎉 and thank you so much!

    • @karinadatascientist
      @karinadatascientist  Месяц назад +1

      Thank you so much for your feedback. More projects are coming! I was filming image recognition today, that was my first one, so it was a bit of a personal challenge

    • @crystalcleargirl07
      @crystalcleargirl07 Месяц назад

      @@karinadatascientist cannot wait!!

  • @alexmendes-89
    @alexmendes-89 Месяц назад

    Spectacular, incredible video very well explained

  • @tmb8807
    @tmb8807 Месяц назад

    There is a built-in plot method for visualisation which uses hvPlot. Seaborn and Altair (along with Plotly) can also accept Polars dataframes with zero-copy conversion. This was previously a snag for me when doing basic data exploration, but not anymore!

    • @karinadatascientist
      @karinadatascientist  Месяц назад

      that's cool, thank you for sharing! I need to try seaborn with polars now :)

  • @aimadsadouk1304
    @aimadsadouk1304 Месяц назад

    Great video with a lot of information

  • @laurencecamillo7755
    @laurencecamillo7755 Месяц назад

    This is what I am waiting for.!!!!😍

    • @karinadatascientist
      @karinadatascientist  Месяц назад

      Yay! Glad to hear that :)

    • @laurencecamillo7755
      @laurencecamillo7755 Месяц назад

      @@karinadatascientist yeah just messaged you in tiktok, and you replied that you will be posted it💯

  • @CaribouDataScience
    @CaribouDataScience Месяц назад

    You misspelled Tidyverse 😊

  • @arraxidugalde9792
    @arraxidugalde9792 23 дня назад

    Nice. But if u want to use profiling from pandas ? Is there something similar in polar?

    • @karinadatascientist
      @karinadatascientist  23 дня назад +1

      I don't think they have it at the moment. So what you can do, is to convert polars to pandas with df.to_pandas() and then do ProfileReport

    • @arraxidugalde9792
      @arraxidugalde9792 22 дня назад

      @@karinadatascientist thanks. Do you Know a more efficient profiling like profilingReport ? For Huge amount of data

  • @JYFrimpong
    @JYFrimpong Месяц назад

    whenever I tried to import polaris I get this error "AttributeError: module 'sqlalchemy' has no attribute '__all__'"

    • @karinadatascientist
      @karinadatascientist  Месяц назад +1

      So frustrating when this happens. I've recently went through same pain with tenserflow, so many dependencies to install. Try to run "!pip install --upgrade sqlalchemy polars". If that doesn't help, try !pip install sqlalchemy==1.4.27

    • @JYFrimpong
      @JYFrimpong Месяц назад

      @@karinadatascientist everything’s working now. I’ve found the error. Instead of “polars” I Installed “Polaris”

    • @karinadatascientist
      @karinadatascientist  Месяц назад

      @@JYFrimpong glad to hear it's working now

    • @oksanavorobiova8929
      @oksanavorobiova8929 Месяц назад

      Karina nice to hear from you, I have the same background as you in Finance and switch to the data analytics, I already have in my background SQL, Power BI and Tableau. I hope I will learn Python with you and I like the way you deliver information. 😊

    • @karinadatascientist
      @karinadatascientist  Месяц назад

      @@oksanavorobiova8929 Thank you, Oksana. Great to see another finance person transitioning into tech! I hope my videos will help you learn Python