Spaces:
Running
Running
Debajyoti Debnath
commited on
Commit
·
043f183
1
Parent(s):
50fbb8e
Fix marimo notation as suggested by @Haleshot
Browse files- polars/09_data_types.py +1 -1
polars/09_data_types.py
CHANGED
@@ -112,7 +112,7 @@ def _(mo):
|
|
112 |
r"""
|
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
|
116 |
"""
|
117 |
)
|
118 |
return
|
|
|
112 |
r"""
|
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
|