Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<onlyfor> & template_url were added #12

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- Realiza un EDA completo, incluyendo todos los pasos del proceso.
- Escribe las conclusiones de cada paso y analiza los resultados sobre las relaciones entre las variables.

<onlyfor saas="false" withBanner="false">

## 🌱 Cómo iniciar este proyecto

Sigue las siguientes instrucciones:
Expand All @@ -14,6 +16,8 @@ Sigue las siguientes instrucciones:
2. Abre el repositorio creado recientemente en Codespace usando la [extensión del botón de Codespace](https://docs.github.com/es/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.

</onlyfor>

## 🚛 Cómo entregar este proyecto

Una vez que hayas terminado de resolver el caso práctico, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- Perform a complete EDA, including all steps of the process.
- Write down the conclusions of each step and analyze the results based on the relationships between the variables.

<onlyfor saas="false" withBanner="false">

## 🌱 How to start this project

Follow the instructions below:
Expand All @@ -14,6 +16,8 @@ Follow the instructions below:
2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

</onlyfor>

## 🚛 How to deliver this project

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.
Expand Down
4 changes: 3 additions & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"solution": "https://github.com/4GeeksAcademy/data-preprocessing-project-tutorial/blob/main/solution.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["data-science", "data-processing"],
"technologies": ["data-science", "data-processing", "python", "pandas", "matplotlib", "jupyter notebook", "machine learning", "data science"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"template_url": "https://github.com/4GeeksAcademy/machine-learning-python-template",
"projectType": "project",
"autoPlay": "false",
"description" : "This is a dataset that contains Airbnb data on New York City. You will use it to practice your new EDA (exploratory data analysis) and data wrangling skills.",
"solution": {
"us": "https://github.com/4GeeksAcademy/data-preprocessing-project-tutorial/blob/main/solution.ipynb",
Expand Down