add Day 1.py

This commit is contained in:
zhang yongquan
2018-08-06 14:08:44 +08:00
committed by GitHub
parent 69ceebd98a
commit 2cbb59810b

View File

@ -5,7 +5,8 @@
</p> </p>
如图所示通过6步完成数据预处理。 如图所示通过6步完成数据预处理。
此例用到的[数据](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/datasets/Data.csv)。
此例用到的[数据](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/datasets/Data.csv)[代码](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20Prepocessing.py)。
## 第1步导入库 ## 第1步导入库
```Python ```Python