问题描述: 在读取表格某一列信息(full['power'].describe()), 出现错误'DataFrame' object has no attribute 'power' 问题解决: 查找表格表头,发现在命名表头时"power"处多了个空格,删去空格即可.