背景 现在Hive工场下载下来的数据,nan值会显示为’\N’,并不能用dropna()将其drop掉。 python处理 new_data = data[['brand','modelname','firstactivetime','new_active_counts']].dropna()