Haleshot commited on
Commit
91245b4
·
unverified ·
1 Parent(s): 71a9077
Files changed (1) hide show
  1. polars/06_Dataframe_Transformer.py +2 -2
polars/06_Dataframe_Transformer.py CHANGED
@@ -62,7 +62,7 @@ def _(json_data, pl):
62
  def _(mo):
63
  mo.md(
64
  r"""
65
- Above, you will notice that when you reference the object as a standalone, you get out-of-the-box convenince from `marimo`. You have the `Table` and `Query Plan` options to choose from.
66
 
67
  - 💡 Try out the `Table` view! You can click the `Preview data` button to get a quick view of your data.
68
  - 💡 Take a look at the `Query plan`. Learn more about Polar's query plan here: https://docs.pola.rs/user-guide/lazy/query-plan/
@@ -111,7 +111,7 @@ def _(mo):
111
  r"""
112
  Note how much functionality we have right out-of-the-box. Click on column names to see rich features like sorting, freezing, filtering, searching, and more!
113
 
114
- Notice how `order_quantity` has a green bar chart under it indicating the ditribution of values for the field!
115
 
116
  Don't miss the `Download` feature as well which supports downloading in CSV, json, or parquet format!
117
  """
 
62
  def _(mo):
63
  mo.md(
64
  r"""
65
+ Above, you will notice that when you reference the object as a standalone, you get out-of-the-box convenience from `marimo`. You have the `Table` and `Query Plan` options to choose from.
66
 
67
  - 💡 Try out the `Table` view! You can click the `Preview data` button to get a quick view of your data.
68
  - 💡 Take a look at the `Query plan`. Learn more about Polar's query plan here: https://docs.pola.rs/user-guide/lazy/query-plan/
 
111
  r"""
112
  Note how much functionality we have right out-of-the-box. Click on column names to see rich features like sorting, freezing, filtering, searching, and more!
113
 
114
+ Notice how `order_quantity` has a green bar chart under it indicating the distribution of values for the field!
115
 
116
  Don't miss the `Download` feature as well which supports downloading in CSV, json, or parquet format!
117
  """