In this video course, you’ve learned various techniques for working with missing data in Polars.
You also learned that while there are a range of ways for dealing with null
values, the best way is to avoid them in the first place. In other words, see if you can find out what caused them and take steps to prevent this from happening in the future. You should also see if you can figure out what’s missing and try to recover it.
Here are additional resources to continue learning Polars:
- Python Polars: A Lightning-Fast DataFrame Library – Tutorial
- Working With Python Polars – Video Course
- How to Work With Polars LazyFrames – Tutorial