filmov
tv
Lesson 33 – Cleaning Data To Replace Empty Values in Python Panda for Machine Learning

Показать описание
In this lesson I will show you another way of dealing with empty cells is to insert a new value instead. This way you do not have to delete entire rows just because of some empty cells. The fillna() method allows us to replace empty cells with a value