Тёмный

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

The PyCoach
Подписаться 39 тыс.
Просмотров 23 тыс.
50% 1

To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/ThePyCoach/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
-Links of files: drive.google.com/drive/folder...
- Code used on the video: artificialcorner.com/polars-t...
🔥 My FREE ChatGPT Cheat Sheet: frankandrade.ck.page/08c94cf1c1
My Free Cheatsheets
==================
🤖 Python Automation: frankandrade.ck.page/44559e1ae7
🐍 Python for Data Science Cheat Sheet: frankandrade.ck.page/26b76e9130
📐 R for Data Science: frankandrade.ck.page/7b621bc82c
🛢️ SQL for Data Science:frankandrade.ck.page/f2fbbdc6db
🌐 Web Scraping: frankandrade.ck.page/ca38420833
📘 My eBook “Code Less Earn More”: frankandrade.ck.page/3b520320ac
Social Media
===========
🎮 Discord: / discord
🔗 LinkedIn: / thepycoach
🐥 Twitter: / thepycoach
✏️ Medium: / frank-andrade
😺 GitHub: github.com/ifrankandrade
My Courses
==========
🔥 Join My Automation Course in Python: www.udemy.com/course/automate...
🔥 Join My Python for Data Science Bootcamp: www.udemy.com/course/python-f...
🔥 8-hour Web Scraping Course in Python: www.udemy.com/course/web-scra...
💰 Make money using your Programming & Data Science skills: codelessearnmore.teachable.co...
Support My Work
==============
💵 PayPal: www.paypal.com/donate/?hosted...
Disclaimer: This video was sponsored by Brilliant.

Опубликовано:

 

26 фев 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 30   
@ThePyCoach
@ThePyCoach Год назад
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/ThePyCoach/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@backnine07
@backnine07 Год назад
great explanation! Thanks so much for your efforts.
@aipy5147
@aipy5147 Год назад
Simply brilliant! Thank you. Liked & Subd.
@andydataguy
@andydataguy Год назад
Great video thanks!! ❤
@thanomnoimoh9299
@thanomnoimoh9299 Месяц назад
Great Python clip for me!!!
@dfaquino
@dfaquino Год назад
Cuando tendrás un curso de Polars en Udemy?
@mikeyimawcw
@mikeyimawcw Год назад
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.
@ThePyCoach
@ThePyCoach Год назад
I've just added the link of the files to the description. Since it was a very small tutorial, I didn't upload the code to github, but you can get the same code from my Medium article (link on the description)
@mikeyimawcw
@mikeyimawcw Год назад
@@ThePyCoach Thank you.
@sigkalbar
@sigkalbar Год назад
Can I read csv from url using polars?
@tobiewaldeck7105
@tobiewaldeck7105 7 месяцев назад
I have installed polars but python crashes at import polars as pl when I'm trying to run it with my pysimplegui application.
@saisushanthvellampalli908
@saisushanthvellampalli908 Год назад
How to arrange the columns in this new library as per requirement
@reasonforge9997
@reasonforge9997 10 месяцев назад
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.
@azwan1992
@azwan1992 Год назад
Almost similar syntaxes like pyspark
@RonaldPostelmans
@RonaldPostelmans Год назад
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
@JustRollin
@JustRollin 11 месяцев назад
df = df.with_column(pl.col("date").alias("date_string").cast(pl.Object)) df = df.with_column(pl.col("date_string").to_datetime(pl.Date32)) According to chatgpt
@azhanisyahputra9867
@azhanisyahputra9867 8 месяцев назад
@@JustRollin thx to be honest ;)
@marco_gorelli
@marco_gorelli 6 месяцев назад
@@JustRollin wut? Don't convert to pl.Object. Your code doesn't even work! Just do `df.with_columns(pl.col("date_string").str.to_datetime())`
@FlannelCamel
@FlannelCamel 13 дней назад
​@@JustRollin boo, don't regurgitate answers you don't understand and are possibly wrong.
@beto.004
@beto.004 8 месяцев назад
Es básicamente spark?
@RidingWithGerdas
@RidingWithGerdas Год назад
Reminds me of pyspark
@SvenTeresniak
@SvenTeresniak 5 месяцев назад
benchmarking against Pandas1 is not fair. Because Pandas is moving towars Arrow-backend and everyone should use Pandas 2 with Arrow as storage.
@fhkk1
@fhkk1 4 месяца назад
Anyone please suggest how to update null values with some string in Polars.
@rackstar2
@rackstar2 2 месяца назад
if the name of your dataframe is 'df' and the name of the column which may contain nulls is called 'col_a' then this is the code : df = df.with_columns( pl.col('col_a').fill_null('your string here'') )
@iamadataengineer-vb1hi
@iamadataengineer-vb1hi Год назад
Bye bye pandas
@abdulsametcankaya5915
@abdulsametcankaya5915 Год назад
I guess this is not informative, it seems like adversiting ;)
@nikilkvn
@nikilkvn Год назад
yeah...felt the same..
Далее
DuckDB vs Pandas vs Polars For Python devs
12:05
Просмотров 15 тыс.
What polars does for you - Ritchie Vink
27:45
Просмотров 3,5 тыс.
Why I chose Python & Polars for Data Analysis
24:33
Просмотров 5 тыс.
Why I Switched From Pandas to Polars | TDE Workshop
53:03
Web Scraping with ChatGPT Mentions is Mind Blowing!
8:42
The BEST library for building Data Pipelines...
11:32
Polars is the Pandas killer / Igor Mintz (Viz.ai)
21:46
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
Polars Is The Faster Pandas
8:53
Просмотров 11 тыс.