Spaces:
Sleeping
Sleeping
adjust credits
Browse files
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 |
|