Skip to content

Commit 5d143a1

Browse files
authored
Update learn.json
1 parent fcdc70d commit 5d143a1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

learn.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11

22

33
{
4-
"title" : "descriptive-statistics-exercises-project-with-python",
5-
"slug" : "Descriptive Statistics Exercises Project with Python",
4+
"title": "descriptive-statistics-exercises-project-with-python",
5+
"slug": "Descriptive Statistics Exercises Project with Python",
66
"preview": "https://github.com/4GeeksAcademy/descriptive-statistics-exercises-project-with-python/blob/main/preview.jpeg?raw=true",
77
"solution": "https://github.com/4GeeksAcademy/descriptive-statistics-exercises-project-with-python/blob/main/notebook/solutions.ipynb",
88
"status": "published",
99
"translations": ["us"],
1010
"technologies": ["matplotlib", "numpy", "pandas", "python", "machine learning", "data science"],
1111
"difficulty": "beginner",
1212
"syntax": "python",
13-
"duration" : 2,
14-
"autoPlay": false,
15-
"projectType": "project",
16-
"description" : "Use your NumPy, Pandas and Matplotlib skills to practice a little about descriptive statistics"
13+
"duration": 2,
14+
"autoPlay": false,
15+
"projectType": "project",
16+
"description": {
17+
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice a little about descriptive statistics",
18+
"es": "Usa tus habilidades con numpy, pandas y matplotlib para practicar un poco sobre estadística descriptiva."
19+
}
1720
}

0 commit comments

Comments
 (0)