etrotta commited on
Commit
be882e1
·
1 Parent(s): 6ca8993

should have checked for typos again after the final changes

Browse files
Files changed (1) hide show
  1. polars/11_missing_data.py +1 -1
polars/11_missing_data.py CHANGED
@@ -164,7 +164,7 @@ def _(mo):
164
 
165
  Be careful not to treat estimated or guessed values as if they a ground truth however, otherwise you may end up making conclusions about a reality that does not exists.
166
 
167
- As an excercise, let's guess some values to fill in nulls, then try giving names to the animals with `null` by editing the cells
168
  """
169
  )
170
  return
 
164
 
165
  Be careful not to treat estimated or guessed values as if they a ground truth however, otherwise you may end up making conclusions about a reality that does not exists.
166
 
167
+ As an exercise, let's guess some values to fill in nulls, then try giving names to the animals with `null` by editing the cells
168
  """
169
  )
170
  return