Koushik Khan commited on
Commit
173b025
·
1 Parent(s): 1f12cee

added readme for polars

Browse files
Files changed (1) hide show
  1. polars/README.md +9 -0
polars/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Learn Polars
2
+
3
+ This collection of marimo notebooks is designed to teach you the basics of data wrangling using a Python library called Polars.
4
+
5
+ **Running notebooks.** To run a notebook locally, use
6
+
7
+ ```bash
8
+ uvx marimo edit <file_url>
9
+ ```