Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jul 20, 2024
1 parent 33d04a6 commit 9015507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talks/telenczuk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: "Polars in the factory: when databases trump collections for modeling."
title: "Polars in the factory: when databases trump collections for modeling"
abstract:
- "Rust offers versatile and efficient data structures to represent and process collections of objects. Its crate ecosystem adds even more to this functionality and turns it into a versatile tool for data science applications. On the other hand, data scientists are used to build online analytical pipelines (OLAP) based on databases or dataframes. How can we learn from their approach to build numerical applications? In my talk, I will discuss the benefits of replacing structs with table rows using polars. Polars is a dataframe library implemented in rust with an expressive python API. It maries the ease of processing of application data with the promise of optimized performance. After showing how to use polars to structure your data, I will take this even further by extending it with a custom expression plugin. My talk will use examples both in rust and python."
speaker:
Expand Down

0 comments on commit 9015507

Please sign in to comment.