python - Remove row with null value from pandas data frame - Stack Overflow

PHOTO EMBED

Wed Oct 21 2020 05:02:33 GMT+0000 (Coordinated Universal Time)

Saved by @axatjpr

df = df.dropna(how='any',axis=0) 
content_copyCOPY

https://stackoverflow.com/questions/44548721/remove-row-with-null-value-from-pandas-data-frame/44548976