data = input_data[~input_data.MAKE.isnull()]
I am new to python and have been learning the basics for a week. I am now working on certain data science projects using my basic skills. I have the above line in a Python tutorial that I'm going through and I'm not sure what it does. Can anyone help me with it?