Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrpowers/polars-fun

Example notebooks for how to use pola.rs
https://github.com/mrpowers/polars-fun

Last synced: about 1 month ago
JSON representation

Example notebooks for how to use pola.rs

Awesome Lists containing this project

README

        

# polars-fun

[Polars](https://github.com/pola-rs/polars/) is an awesome Rust DataFrame library with Python language bindings.

This repo makes it easy to run Polars code on your local machine.

## Setup & installation

* Clone this repo
* Run `conda env create -f envs/polars-fun.yml` to create a virtual environment
* Run `conda activate polars-fun` to activate the virtual environment
* Optionally create synthetic datasets on your local machine to run some of the examples that use larger datasets. Specifically, clone [coiled-datasets](https://github.com/coiled/coiled-datasets) and run `python create-scripts/timeseries.py` from the coiled-datasets directory.

## Notebook usage

Run `jupyter lab` to open a browser window where you can easily peruse the notebooks.

## Thanks

The Polars team has done a wonderful job creating an exiting DataFrame library and they should be celebrated for this excellent open source contribution.