Akshay Agrawal commited on
Commit
167660d
Β·
1 Parent(s): ad09f7c

notebook authors

Browse files
optimization/README.md CHANGED
@@ -27,3 +27,9 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/optimization/01_l
27
 
28
  You can also open notebooks in our online playground by appending `marimo.app/`
29
  to a notebook's URL: [marimo.app/github.com/marimo-team/learn/blob/main/optimization/01_least_squares.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/optimization/01_least_squares.py).
 
 
 
 
 
 
 
27
 
28
  You can also open notebooks in our online playground by appending `marimo.app/`
29
  to a notebook's URL: [marimo.app/github.com/marimo-team/learn/blob/main/optimization/01_least_squares.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/optimization/01_least_squares.py).
30
+
31
+ **Authors.**
32
+
33
+ Thanks to all our notebook authors!
34
+
35
+ * [Akshay Agrawal](https://github.com/akshayka)
polars/01_why_polars.py CHANGED
@@ -25,6 +25,8 @@ def _(mo):
25
  """
26
  # An introduction to Polars
27
 
 
 
28
  This notebook provides a birds-eye overview of [Polars](https://pola.rs/), a fast and user-friendly data manipulation library for Python, and compares it to alternatives like Pandas and PySpark.
29
 
30
  Like Pandas and PySpark, the central data structure in Polars is **the DataFrame**, a tabular data structure consisting of named columns. For example, the next cell constructs a DataFrame that records the gender, age, and height in centimeters for a number of individuals.
 
25
  """
26
  # An introduction to Polars
27
 
28
+ _By [Koushik Khan](https://github.com/koushikkhan)._
29
+
30
  This notebook provides a birds-eye overview of [Polars](https://pola.rs/), a fast and user-friendly data manipulation library for Python, and compares it to alternatives like Pandas and PySpark.
31
 
32
  Like Pandas and PySpark, the central data structure in Polars is **the DataFrame**, a tabular data structure consisting of named columns. For example, the next cell constructs a DataFrame that records the gender, age, and height in centimeters for a number of individuals.
polars/README.md CHANGED
@@ -8,7 +8,7 @@ This collection of marimo notebooks is designed to teach you the basics of data
8
 
9
  Any notebook with the status "🚧" needs a contributor! Please file an issue if you plan to contribute.
10
 
11
- | Notebook | Description | Status |
12
  | ---------------------- | ---------------------------------------------------------------------------- | ------ |
13
  | Why Polars | An introduction to Polars and its advantages over other Dataframe libraries. | βœ… |
14
  | Series | Homogenous columns of data | 🚧 |
@@ -30,3 +30,9 @@ Any notebook with the status "🚧" needs a contributor! Please file an issue if
30
  ```bash
31
  uvx marimo edit <file_url>
32
  ```
 
 
 
 
 
 
 
8
 
9
  Any notebook with the status "🚧" needs a contributor! Please file an issue if you plan to contribute.
10
 
11
+ | Notebook | Description | Status |
12
  | ---------------------- | ---------------------------------------------------------------------------- | ------ |
13
  | Why Polars | An introduction to Polars and its advantages over other Dataframe libraries. | βœ… |
14
  | Series | Homogenous columns of data | 🚧 |
 
30
  ```bash
31
  uvx marimo edit <file_url>
32
  ```
33
+
34
+ **Authors.**
35
+
36
+ Thanks to all our notebook authors!
37
+
38
+ * [Koushik Khan](https://github.com/koushikkhan)
probability/README.md CHANGED
@@ -20,3 +20,10 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/probability/01_se
20
 
21
  You can also open notebooks in our online playground by appending `marimo.app/`
22
  to a notebook's URL: [marimo.app/https://github.com/marimo-team/learn/blob/main/probability/01_sets.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/probability/01_sets.py).
 
 
 
 
 
 
 
 
20
 
21
  You can also open notebooks in our online playground by appending `marimo.app/`
22
  to a notebook's URL: [marimo.app/https://github.com/marimo-team/learn/blob/main/probability/01_sets.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/probability/01_sets.py).
23
+
24
+
25
+ **Authors.**
26
+
27
+ Thanks to all our notebook authors!
28
+
29
+ * [Srihari Thyagarajan](https://github.com/Haleshot)
python/README.md CHANGED
@@ -17,3 +17,9 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/python/001_number
17
 
18
  You can also open notebooks in our online playground by appending `marimo.app/`
19
  to a notebook's URL: [marimo.app/https://github.com/marimo-team/learn/blob/main/python/001_numbers.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/python/001_numbers.py).
 
 
 
 
 
 
 
17
 
18
  You can also open notebooks in our online playground by appending `marimo.app/`
19
  to a notebook's URL: [marimo.app/https://github.com/marimo-team/learn/blob/main/python/001_numbers.py](https://marimo.app/https://github.com/marimo-team/learn/blob/main/python/001_numbers.py).
20
+
21
+ **Authors.**
22
+
23
+ Thanks to all our notebook authors!
24
+
25
+ * [Srihari Thyagarajan](https://github.com/Haleshot)