Spaces:
Running
Running
Debajyoti Debnath
commited on
Commit
·
6a372e0
1
Parent(s):
043f183
Add note on marimo's notebook inspection features
Browse files- polars/09_data_types.py +3 -0
polars/09_data_types.py
CHANGED
@@ -113,6 +113,9 @@ def _(mo):
|
|
113 |
### Inspecting a dataframe
|
114 |
|
115 |
Polars has various functions to explore the data in a dataframe. We will use the dataframe `data` defined above in our examples. Alongside we can also see a view of the dataframe rendered by `marimo` as the cells are executed.
|
|
|
|
|
|
|
116 |
"""
|
117 |
)
|
118 |
return
|
|
|
113 |
### Inspecting a dataframe
|
114 |
|
115 |
Polars has various functions to explore the data in a dataframe. We will use the dataframe `data` defined above in our examples. Alongside we can also see a view of the dataframe rendered by `marimo` as the cells are executed.
|
116 |
+
|
117 |
+
///note
|
118 |
+
We can also use `marimo`'s built in data-inpection elements/features such as [`mo.ui.dataframe`](https://docs.marimo.io/api/inputs/dataframe/#marimo.ui.dataframe) & [`mo.ui.data_explorer`](https://docs.marimo.io/api/inputs/data_explorer/). For more check out our Polars tutorials at [`marimo learn`](https://marimo-team.github.io/learn/)!
|
119 |
"""
|
120 |
)
|
121 |
return
|