From aff905dcfb1e5125b204a27b8ad5234b71293527 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:30:03 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9af784d..be9565a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Descriptive statistics in Python - Step by step guide +# Descriptive Statistics in Python - Step by step guide - Complete the problems using descriptive statistics and Python. - Then, understand a new dataset. - Use the knowledge learned to describe it statistically. -## 🌱 How to start this project. +## 🌱 How to start this project Follow the instructions below: @@ -16,10 +16,10 @@ Follow the instructions below: ## 🚛 How to deliver this project -Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link. +Once you have finished solving the exercises, be sure to commit your changes, push them to your repository, and go to 4Geeks.com to upload the repository link. ## 📝 Instructions Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one. -> NOTA: We also incorporated a `solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach. +> Note: We also incorporated a `solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach. From 0d36ecdeff1b65a55bb50e161ebedf52f4320280 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:32:43 +0100 Subject: [PATCH 2/5] Update README.es.md --- README.es.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.es.md b/README.es.md index 70cafbd..13a5f74 100644 --- a/README.es.md +++ b/README.es.md @@ -1,12 +1,12 @@ -# Estadística descriptiva en Python - Guía paso a paso +# Estadística Descriptiva en Python - Guía paso a paso - Resolver los problemas utilizando estadística descriptiva y Python. - Después, comprende un dataset nuevo. - Utiliza los conocimientos aprendidos para describirlo estadísticamente. -## 🌱 Cómo iniciar este proyecto +## 🌱 Cómo iniciar este proyecto Sigue las siguientes instrucciones: @@ -22,4 +22,4 @@ Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno. -NOTA:También incorporamos un archivo `solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado durante más de 30 minutos o si ya has terminado y deseas compararlo con tu enfoque. +> Nota: También incorporamos un archivo `solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado durante más de 30 minutos o si ya has terminado y deseas compararlo con tu enfoque. From d3f4d8b8e129720dc1a44f9ec327f69f4ed1b75a Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:23:32 +0100 Subject: [PATCH 3/5] Update learn.json --- learn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn.json b/learn.json index 670340c..36a78d5 100644 --- a/learn.json +++ b/learn.json @@ -13,5 +13,5 @@ "duration" : 2, "autoPlay": false, "projectType": "project", - "description" : "Use your numpy, pandas and matplotib skills to practice a little about descriptive statistics" + "description" : "Use your NumPy, Pandas and Matplotlib skills to practice a little about descriptive statistics" } From f79cbd97c86ee55126e286bf2814561150541723 Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:35:24 +0100 Subject: [PATCH 4/5] Update README.es.md --- README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.es.md b/README.es.md index 13a5f74..6ea0c60 100644 --- a/README.es.md +++ b/README.es.md @@ -22,4 +22,4 @@ Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno. -> Nota: También incorporamos un archivo `solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado durante más de 30 minutos o si ya has terminado y deseas compararlo con tu enfoque. +> Nota: También incorporamos muestras de solución en `./notebook/solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque. From 17ee937ce54f6058b95a7cf7e1cca8e600b3b31d Mon Sep 17 00:00:00 2001 From: Jose Mora <109150320+josemoracard@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:36:24 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9565a..75bf186 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ Once you have finished solving the exercises, be sure to commit your changes, pu Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one. -> Note: We also incorporated a `solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach. +> Note: We also incorporated a `./notebook/solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.