https://github.com/condekind/life_polars_plugin
A polars plugin to showcase some features of the plugin system
https://github.com/condekind/life_polars_plugin
Last synced: about 2 months ago
JSON representation
A polars plugin to showcase some features of the plugin system
- Host: GitHub
- URL: https://github.com/condekind/life_polars_plugin
- Owner: condekind
- License: apache-2.0
- Created: 2024-07-08T17:44:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:52:37.000Z (9 months ago)
- Last Synced: 2025-03-03T12:15:48.387Z (2 months ago)
- Language: Python
- Size: 123 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - life\_polars\_plugin (⭐3) - Polars plugin to showcase some features of the plugin system by [@condekind](https://github.com/condekind). (Recently Updated / [Jul 16, 2024](/content/2024/07/16/README.md))
- awesome-polars - life_polars_plugin - Polars plugin to showcase some features of the plugin system by [@condekind](https://github.com/condekind). (Libraries/Packages/Scripts / Polars plugins)
README
# Game of Life
This is a polars plugin to show and explore some of the things one can achieve by writing plugins.
Polars (and DataFrames in general) were not made for this - it's just a proof of concept.
## Demo
For an example of life running in a dataframe, [see `run.py`](https://github.com/condekind/life_polars_plugin/blob/main/run.py):
```bash
# Assuming requirements have been installed
python run.py -i input/input05.txt -d 0.3
```