Skip to content

Commit

Permalink
Update 2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian authored Oct 16, 2019
1 parent 817c99e commit 28f23c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Kaggle/learn/intro-to-machine-learning/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ melbourne_data = pd.read_csv(melbourne_file_path)
melbourne_data.describe()
```

![在这里插入图片描述](./img/2.1.png)
![在这里插入图片描述](/img/learn/intro-to-machine-learning/2.1.png)

## 2、数据描述详解
如上图所示,结果打印了8个数据。第一个`count`显示有多少个未缺失的数据。缺失值的产生有很多原因。例如,本身只有一间卧室的房子,就不会存在第二间卧室的数据。我们重回数据缺失的主题。
Expand Down

0 comments on commit 28f23c6

Please sign in to comment.