-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathlearn.json
More file actions
21 lines (21 loc) · 1.18 KB
/
learn.json
File metadata and controls
21 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"slug" : "exploratory-sql-analysis-project",
"title" : {
"us": "SQL Project: Global Life Institute Data Detectives",
"es": "Proyecto SQL: Detectives de Datos del Instituto Global de la Vida"
},
"preview": "https://github.com/4GeeksAcademy/exploratory-sql-analysis-project/blob/main/assets/preview.png?raw=true",
"solution": "https://github.com/4GeeksAcademy/exploratory-sql-analysis-project/blob/main/src/solution.sql",
"technologies": ["sql", "mysql", "postgresql", "sqlalchemy", "psycopg2", "pandas", "dotenv", "machine learning", "data science", "back-end", "databases", "python"],
"difficulty": "beginner",
"syntax": "python",
"template_url": "self",
"projectType": "project",
"duration" : 2,
"autoStart": "false",
"description": {
"us": "In this project, you will learn how to structure a professional Python project focused on analyzing biodiversity and climate data using SQL queries and Python tools like SQLAlchemy and Pandas.",
"es": "En este proyecto, aprenderás a estructurar un proyecto profesional en Python centrandote en analizar datos de biodiversidad y clima mediante consultas SQL y herramientas de Python como SQLAlchemy y Pandas."
},
"gitpod": true
}