Improve Chinese translation (#489)

Lesson 11 4-Classification/2-Classifiers-1.
The csv file name from course 10 is incorrect.
pull/915/head
高厉害 4 years ago committed by GitHub
parent 42a31636cd
commit 1ce9601a3f

@ -16,7 +16,7 @@
```python
import pandas as pd
cuisines_df = pd.read_csv("../../data/cleaned_cuisine.csv")
cuisines_df = pd.read_csv("../../data/cleaned_cuisines.csv")
cuisines_df.head()
```

Loading…
Cancel
Save