Spaces:
Sleeping
Sleeping
Jesse Hartman Srihari Thyagarajan commited on
Update polars/tutorial_dataframe_transformer.py
Browse filesfix that typo
Co-authored-by: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com>
polars/tutorial_dataframe_transformer.py
CHANGED
|
@@ -179,7 +179,7 @@ def _(summary_table):
|
|
| 179 |
def _(mo):
|
| 180 |
mo.md(
|
| 181 |
r"""
|
| 182 |
-
Now, instead of manually
|
| 183 |
|
| 184 |
The following cell uses the output of the `mo.ui.table` selection, selects its unique keys, and uses that to join for the selected subset of the original table.
|
| 185 |
"""
|
|
|
|
| 179 |
def _(mo):
|
| 180 |
mo.md(
|
| 181 |
r"""
|
| 182 |
+
Now, instead of manually creating a filter for what I want to take a closer look at, I simply select from the ui and do a simple join to get that aggregated level with more detail.
|
| 183 |
|
| 184 |
The following cell uses the output of the `mo.ui.table` selection, selects its unique keys, and uses that to join for the selected subset of the original table.
|
| 185 |
"""
|