使用df2 = df2.fillna(0).astype(int)
print (df2)
Amazon Apple Blackberry Yahoo Google
1/1/2000 0 13 0 42 53
1/1/2001 24 41 53 53 42
1/1/2002 34 42 53 64 74
1/1/2003 45 63 53 74 89
1/1/2004 43 74 24 75 99
1/1/2005 24 89 25 86 25
重新启动nginx是可以的。但是使用sudo service nginx restart
重新加载它会在Ubuntu 16.04上出现此错误:
重新加载:名称" com.ubuntu.Upstart"不存在
答案 0 :(得分:7)
对于这种情况,Ubuntu 16.04的错误处理很差。错误
Name "com.ubuntu.Upstart" does not exist
通常只是表示"访问被拒绝"。你确定你也有sudo
吗?