Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages