Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astrojuanlu/talk-polars

Talk "Blazing fast dataframes in Python with Polars"
https://github.com/astrojuanlu/talk-polars

Last synced: 2 months ago
JSON representation

Talk "Blazing fast dataframes in Python with Polars"

Awesome Lists containing this project

README

        

# Blazing fast dataframes in Python with Polars

Talk "Blazing fast dataframes in Python with Polars".

Slides: https://nbviewer.org/format/slides/github/astrojuanlu/talk-polars/blob/main/slides.ipynb

Check out [The great Python dataframe showdown, part 3: Lightning-fast queries with Polars](https://dev.to/astrojuanlu/lightning-fast-queries-with-polars-1bp3) for more background.

## Slides

To convert the slides locally:

```
$ jupyter nbconvert slides.ipynb --to slides --template juanlu --TemplateExporter.extra_template_basedirs=./share/jupyter/nbconvert/templates
```