Skip to content

Commit 03f9c17

Browse files
authored
Merge pull request #41 from marimo-team/aka/notebook-author-credit
notebook authors
2 parents ad09f7c + 167660d commit 03f9c17

File tree

5 files changed

+28
-1
lines changed

5 files changed

+28
-1
lines changed

optimization/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/optimization/01_l
2727

2828
You can also open notebooks in our online playground by appending `marimo.app/`
2929
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def _(mo):
2525
"""
2626
# An introduction to Polars
2727
28+
_By [Koushik Khan](https://github.com/koushikkhan)._
29+
2830
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.
2931
3032
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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This collection of marimo notebooks is designed to teach you the basics of data
88

99
Any notebook with the status "🚧" needs a contributor! Please file an issue if you plan to contribute.
1010

11-
| Notebook | Description | Status |
11+
| Notebook | Description | Status |
1212
| ---------------------- | ---------------------------------------------------------------------------- | ------ |
1313
| Why Polars | An introduction to Polars and its advantages over other Dataframe libraries. ||
1414
| Series | Homogenous columns of data | 🚧 |
@@ -30,3 +30,9 @@ Any notebook with the status "🚧" needs a contributor! Please file an issue if
3030
```bash
3131
uvx marimo edit <file_url>
3232
```
33+
34+
**Authors.**
35+
36+
Thanks to all our notebook authors!
37+
38+
* [Koushik Khan](https://github.com/koushikkhan)

probability/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/probability/01_se
2020

2121
You can also open notebooks in our online playground by appending `marimo.app/`
2222
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ uvx marimo edit https://github.com/marimo-team/learn/blob/main/python/001_number
1717

1818
You can also open notebooks in our online playground by appending `marimo.app/`
1919
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)

0 commit comments

Comments
 (0)