etrotta commited on
Commit
6db4f2b
·
1 Parent(s): 60ca44f

adjust credits

Browse files
Files changed (1) hide show
  1. polars/11_missing_data.py +1 -1
polars/11_missing_data.py CHANGED
@@ -18,7 +18,7 @@ def _(mo):
18
  r"""
19
  # Dealing with Missing Data
20
 
21
- _by [etrotta](https://github.com/etrotta)_
22
 
23
  This notebook covers some common problems you may face when dealing with real datasets and techniques used to solve deal with them, showcasing polars functionalities to handle missing data.
24
 
 
18
  r"""
19
  # Dealing with Missing Data
20
 
21
+ _by [etrotta](https://github.com/etrotta) and [Felix Najera](https://github.com/folicks)_
22
 
23
  This notebook covers some common problems you may face when dealing with real datasets and techniques used to solve deal with them, showcasing polars functionalities to handle missing data.
24