Skip to content

A short demo to introduce the polars dataframe library through a marimo notebook.

License

Notifications You must be signed in to change notification settings

rparkr/polars-intro

Repository files navigation

Intro to polars

A short demo to introduce the polars dataframe library.

Getting started

  1. Clone the repo and move into the folder
git clone https://github.com/rparkr/polars-intro.git
cd polars-intro
  1. Create a virtual environment and install requirements. I recommend using uv, but you can also use Python's built-in venv module and pip:

    Using uv
    uv venv
    uv pip install -e .
    Using `venv` and `pip`
    python -m venv .venv
    source .venv/bin/activate
    pip install -e .
    
    # Or:
    # pip install -r requirements.txt
  2. Run the app...

    marimo run polars_intro/polars_intro.py
  3. Or edit the notebook:

    marimo edit polars_intro/polars_intro.py

About

A short demo to introduce the polars dataframe library through a marimo notebook.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published