Jesse Hartman commited on
Commit
3ce049f
·
1 Parent(s): 1b767e4

remove ref to unused feature

Browse files
polars/tutorial_dataframe_transformer.py CHANGED
@@ -12,7 +12,7 @@
12
 
13
  import marimo
14
 
15
- __generated_with = "0.13.15"
16
  app = marimo.App(width="medium")
17
 
18
 
@@ -24,7 +24,7 @@ def _(mo):
24
 
25
  *By [jesshart](https://github.com/jesshart)*
26
 
27
- The goal of this notebook is to explore Marimo's data explore capabilities alonside the power of polars. Feel free to reference the latest about this Marimo feature here: https://docs.marimo.io/api/inputs/data_explorer/
28
  """
29
  )
30
  return
 
12
 
13
  import marimo
14
 
15
+ __generated_with = "0.14.8"
16
  app = marimo.App(width="medium")
17
 
18
 
 
24
 
25
  *By [jesshart](https://github.com/jesshart)*
26
 
27
+ The goal of this notebook is to explore Marimo's data explore capabilities alonside the power of polars. Feel free to reference the latest about these Marimo features here: https://docs.marimo.io/guides/working_with_data/dataframes/?h=dataframe#transforming-dataframes
28
  """
29
  )
30
  return