Merge pull request #69 from altholin/work2

change md error
This commit is contained in:
zhang yongquan
2018-09-08 12:15:34 +08:00
committed by GitHub

View File

@ -14,7 +14,7 @@
#### 导入库
```python
import numpy as numpy
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
```