pandas 去除NAN

    df = df.dropna(axis=0, how='any')
原文地址:https://www.cnblogs.com/callyblog/p/10096035.html