Accelerate Python Pandas using PyPolars

preview_player
Показать описание
In this video, I'll show you the power of PyPolars which is a DataFrame library written in Rust which can accelerate some of the Python Pandas operations by 2x to 10x.

Join this channel to get access to perks:

If you do have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer those.

If you enjoy these tutorials & would like to support them then the easiest way is to simply like the video & give it a thumbs up & also it's a huge help to share these videos with anyone who you think would find them useful.

Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.

You can find me on:

#Python #Pypolars
Рекомендации по теме
Комментарии
Автор

3:21 i have an advice (which could or could not be your case), that is to run the loading/benchmark twice, because the os _could_ store that harddrive file content inside of the system's ram, and then then next loading access of that file could be faster

swfsql
Автор

Are all the attributes & function syntax of PyPolars exactly same as Pandas ??

TheSags
Автор

Hi Bhavesh you are creating one the best content related to ml dl in india .
Thanks for the great work .

shivampradhan
Автор

Hey Bhavesh,

Thanks for the video man. I have a question pertaining to these type of libraries like PyPolars or dask which has lesss processing time than traditional pandas library. Are these data structures compatible with SKlearn and some of the visualization libraries like bokeh, seaborn, matplotlib and plotlt etc...?

udaysai
Автор

Can we do all things with PyPolars as with Pandas ?

rohitjagdale