Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"template_url": "self",
"autoPlay": "false",
"projectType": "project",
"description": {
"us": "Use your NumPy, Pandas and Matplotlib skills to practice a little about hypothesis testing with Annova and others",
"es": "Usa tus habilidades con NumPy, Pandas y Matplotlib para practicar un poco sobre pruebas de hipótesis con ANOVA y otros métodos."
"us": "Use your NumPy, Pandas, and Matplotlib skills to practice hypothesis testing in Python, including ANOVA and other techniques. You’ll complete a series of exercises to deepen your understanding of statistical analysis, working step by step in a Jupyter notebook. Solutions are available if you get stuck.",
"es": "Usa tus habilidades de NumPy, Pandas y Matplotlib para practicar pruebas de hipótesis en Python, incluyendo ANOVA y otras técnicas. Completarás una serie de ejercicios para profundizar tu comprensión del análisis estadístico, trabajando paso a paso en un notebook de Jupyter. Las soluciones están disponibles si te quedas atascado."
},
"gitpod": true,
"template_url": "self"
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=359"
},
"gitpod": true
}