/polars_vs_pandas

Comparing Polars to Pandas and a small introduction

Primary LanguageJupyter NotebookMIT LicenseMIT

Polars vs Pandas

Comparing Polars to Pandas and a small introduction.

Installation

In order to set up the necessary environment:

  1. review and uncomment what you need in environment.yml and create an environment polars with the help of conda:
    conda env create -f environment.yml
    
  2. activate the new environment with:
    conda activate polars
    
  3. call jupyter lab to start the Jupyter environment and open the pl_vs_pd notebook.