-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
20 lines (20 loc) · 952 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"slug": "descriptive-statistics-exercises-project-with-python",
"title": {
"us": "Descriptive Statistics Exercises Project with Python",
"es": "Proyecto de Stadistica descriptiva con Python"
},
"preview": "https://github.com/4GeeksAcademy/descriptive-statistics-exercises-project-with-python/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/descriptive-statistics-exercises-project-with-python/blob/main/notebook/solutions.ipynb",
"status": "published",
"technologies": ["matplotlib", "numpy", "pandas", "python", "machine learning", "data science"],
"difficulty": "beginner",
"syntax": "python",
"duration": 2,
"autoPlay": false,
"projectType": "project",
"description": {
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice a little about descriptive statistics",
"es": "Usa tus habilidades con numpy, pandas y matplotlib para practicar un poco sobre estadística descriptiva."
}
}