pythonpune / meetup-talks

Collection of slides and other details of the talks delivered in PythonPune meetups
https://pythonpune.in/
36 stars 15 forks source link

Beyond Pandas: A dive into Python's high-performance dataframe library Polars #183

Open FluffyDietEngine opened 5 months ago

FluffyDietEngine commented 5 months ago

Title of the talk

Beyond Pandas: A dive into Python's high-performance dataframe library Polars

Description

Polars is a relatively new library to handle data through dataframes. It gained popularity very quickly due to its simplicity of APIs, performance in terms of both speed and memory handling. Polars is written in Rust and python bindings are released through PyO3. This particularly helps Polars to be memory safe. Polars took advantage of pyarrow as its backend pyarrow like polars search backend to provide comparatively higher performance as well. Polars entered quite late into the community, when Pandas is ruling the world of dataframe libraries and made the authors of pandas to rewrite the entire backend from numpy to pyarrow.

Table of contents

Duration (including Q&A)

20 + 5 mins

Prerequisites

A virtualenv with polars installed, if they want to follow along. Polars - https://pypi.org/project/polars/

Speaker bio

I am currently leading the Data Engineering team at Adavrisk. Recently, I've begun engaging with community events and venturing into areas outside my usual work scope after attending PyCon 2023. Now I am not able to shut my mouth from sharing the interesting things happening in the Python and Data Engineering space.

You can reach out to me by Twitter - https://twitter.com/SolomonSanthosh LinkedIn - https://www.linkedin.com/in/santhosh-solomon/ github - https://github.com/FluffyDietEngine

The talk/workshop speaker agrees to

vishalvvr commented 5 months ago

Hello @FluffyDietEngine, thank you for the proposal. Will you be able to present it in this month's meetup which is on 10th Feb? The location: Prabhat Road (I will be updating the details on meetup.com soon).

https://www.meetup.com/pythonpune/events/298900151/

FluffyDietEngine commented 5 months ago

Hello @FluffyDietEngine, thank you for the proposal. Will you be able to present it in this month's meetup which is on 10th Feb?

The location: Prabhat Road (I will be updating the details on meetup.com soon).

https://www.meetup.com/pythonpune/events/298900151/

I am available on the given day.

FluffyDietEngine commented 5 months ago

Presentation link - https://github.com/FluffyDietEngine/python-pune-feb-2024