forked from 4GeeksAcademy/python-pandas-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
24 lines (23 loc) · 1.08 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"grading": "incremental",
"disabledActions": ["build"],
"preview": "https://github.com/4GeeksAcademy/python-pandas-tutorial/blob/main/.learn/assets/pandas-preview.jpeg?raw=true",
"difficulty": "beginner",
"duration": 3,
"description": {
"us": "Master Pandas, the most popular Python library for machine learning, with our pandas tutorial exercises. Learn to create DataFrames, clean datasets, and more, with exercises developed by experts.",
"es": "Domina Pandas, la biblioteca más popular de Python para machine learning, con nuestro tutorial de python pandas. Aprende a crear DataFrames, limpiar datasets y más, con ejercicios desarrollados en 80 horas."
},
"technologies": ["pandas", "machine learning", "data science", "python"],
"title": {
"us": "Pandas tutorial exercises",
"es": "Tutorial de Pandas: Interactivo, auto-corregido y con mentor de inteligencia artificial"
},
"slug": "pandas-for-machine-learning",
"editor": {
"version":"4.0.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}