Skip to content

vienneraphael/polars-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to datacraft's polars workshop

In this workshop, we will:

  1. Discover what polars is and what are its advantages (quick presentation)
  2. Get familiar with polars through simple examples (groupby, aggregations, filtering, renaming, computations..)
  3. Work our way through more advanced features (window functions, joins, pivoting, melting, selectors..)
  4. Compare execution times as well as memory usage between pandas and polars to see by ourselves the benefits of using polars.
  5. Discover fancier polars features (lazy evaluation, streaming engine..)

Let's get started!

Install the project dependencies

pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published