diff --git a/README.es.md b/README.es.md index 70cafbd..6ea0c60 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 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. diff --git a/README.md b/README.md index 9af784d..75bf186 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 `./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. 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" }