Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/astrojuanlu/talk-polars
- Owner: astrojuanlu
- Created: 2022-11-01T10:07:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T17:32:17.000Z (over 1 year ago)
- Last Synced: 2024-06-13T01:47:23.131Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 7.57 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```