Skip to content

baggiponte/polars-katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐻‍❄️ Polars Katas

In data's embrace,
Polars' dance, a swift, fine art,
Mastery's soft grace.

polar-youngling

🍱 Preparations for this Journey

☁️ With cloud editors

Jump straight in the katas by clicking on any of the following links:

name open in
Polars Katas Colab Kaggle SageMaker

⛳ Locally

  1. Install the project dependencies.
# with pip
python -m venv -- .venv
source ./.venv/bin/activate
python -m pip install -- "."

# to run data fetching scripts
python -m pip install -- ".[data]"

# to install jupyterlab
python -m pip install -- ".[ide]"

Tip

You can also install the libraries with any modern Python package management tool, such as pdm, rye, hatch or any other PEP-517 PEP-518 compliant package manger (basically, not poetry).

  1. Launch an IDE, a REPL or a Jupyter notebook to run the katas. For example:
python -m jupyter lab

The notebooks are under the notebooks directory.

Important

If you would need a thorough introduction to Polars' internals, you should have a look here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published