Improve Chinese translation (#489)

Lesson 11 4-Classification/2-Classifiers-1.
The csv file name from course 10 is incorrect.
pull/491/head
高厉害 3 years ago committed by GitHub
parent 59c99f1cd2
commit 9f8c144c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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