Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
ghost opened this issue Feb 5, 2024 · 3 comments
Open
3 tasks done
Labels
scheduled The scheduled talks talk-proposal New talk of Python Pune meetup

Comments

@ghost
Copy link

ghost commented Feb 5, 2024

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

  • Introduction to Polars - Background, advantages, disadvantages
  • Demo for the important features of the library

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

@ghost ghost added the talk-proposal New talk of Python Pune meetup label Feb 5, 2024
@vishalvvr
Copy link
Member

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/

@ghost
Copy link
Author

ghost commented Feb 5, 2024

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.

@vishalvvr vishalvvr added the scheduled The scheduled talks label Feb 5, 2024
@ghost
Copy link
Author

ghost commented Feb 11, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheduled The scheduled talks talk-proposal New talk of Python Pune meetup
Projects
None yet
Development

No branches or pull requests

1 participant