Jesse Hartman Srihari Thyagarajan commited on
Commit
1b767e4
·
unverified ·
1 Parent(s): f900b92

Update polars/tutorial_dataframe_transformer.py

Browse files

fix that typo

Co-authored-by: Srihari Thyagarajan <[email protected]>

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 creatinga 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
  """
 
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
  """