knathanieltucker / pandas-tutorial

An opinoinated pandas tutorial for data scientists
114 stars 90 forks source link

Drop na and fill na #2

Open knathanieltucker opened 5 years ago

knathanieltucker commented 5 years ago

I think some more examples for dropna() and fillna() would be nice. For example, you could describe the tables and show how common statistical values change, based on how one treats missing values. I think that's something that entry level data scientist students would find really useful.