Debajyoti Debnath commited on
Commit
20b3f61
·
1 Parent(s): 6a372e0

Fix typo on a word

Browse files
Files changed (1) hide show
  1. polars/09_data_types.py +1 -1
polars/09_data_types.py CHANGED
@@ -115,7 +115,7 @@ def _(mo):
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
  ///note
118
- We can also use `marimo`'s built in data-inpection elements/features such as [`mo.ui.dataframe`](https://docs.marimo.io/api/inputs/dataframe/#marimo.ui.dataframe) & [`mo.ui.data_explorer`](https://docs.marimo.io/api/inputs/data_explorer/). For more check out our Polars tutorials at [`marimo learn`](https://marimo-team.github.io/learn/)!
119
  """
120
  )
121
  return
 
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
  ///note
118
+ We can also use `marimo`'s built in data-inspection elements/features such as [`mo.ui.dataframe`](https://docs.marimo.io/api/inputs/dataframe/#marimo.ui.dataframe) & [`mo.ui.data_explorer`](https://docs.marimo.io/api/inputs/data_explorer/). For more check out our Polars tutorials at [`marimo learn`](https://marimo-team.github.io/learn/)!
119
  """
120
  )
121
  return