Polars: The Super Fast Dataframe Library for Python ... bye bye Pandas?

preview_player
Показать описание


My Free Cheatsheets
==================

Social Media
===========

My Courses
==========

Support My Work
==============

Disclaimer: This video was sponsored by Brilliant.
Рекомендации по теме
Комментарии
Автор

great explanation! Thanks so much for your efforts.

backnine
Автор

Simply brilliant! Thank you. Liked & Subd.

aipy
Автор

Cuando tendrás un curso de Polars en Udemy?

dfaquino
Автор

I don't see the CSV files you used during the video. Will you also share the Jupyter notebook, please? Thank you for creating and sharing this video.

mikeyimawcw
Автор

Its weird seeing the use of & in the filter expressions as a logical and rather than a bitwise and. But realized its because python only supports overloading the bitwise operators with __and__, __or__, and __xor__ methods and there is no way to overload the logical and, or and xor operators.

reasonforge
Автор

How to arrange the columns in this new library as per requirement

saisushanthvellampalli
Автор

I have installed polars but python crashes at import polars as pl when I'm trying to run it with my pysimplegui application.

tobiewaldeck
Автор

nice video, thanks. Any idea. how i can change the datatype of a column which has a datatime in it but is datatype string. I want to change it to datetime

RonaldPostelmans
Автор

benchmarking against Pandas1 is not fair. Because Pandas is moving towars Arrow-backend and everyone should use Pandas 2 with Arrow as storage.

SvenTeresniak
Автор

Anyone please suggest how to update null values with some string in Polars.

fhkk
Автор

I guess this is not informative, it seems like adversiting ;)

abdulsametcankaya