We're hiring
Back to blog

Pydata Global 2021

By Ritchie Vink on Sat, 22 Jan 2022

This talk will introduce Polars, a blazingly fast DataFrame library written in Rust on top of Apache Arrow. It’s a DataFrame library that brings exploritory data analysis closer to the lessons learned in database research. And because of that it is the library that puts python in top for OLAP queries. See the excellent query benchmark performances.

->Talk organized by Pydata Global.

1
2
4
3
5
6
7
8
9
10
11
12