Skip to content

4GeeksAcademy/realestate-datacleanup-exercise

Repository files navigation

Final prework project - Step by step guide

  • Understand a new dataset.
  • Use the knowledge acquired in the prework to solve the issues raised.
  • Analyze, if necessary, other questions.

🌱 How to start this project.

Follow the instructions below:

  1. Create a new repository by forking the Git project or by clicking here.
  2. Open the newly created repository in Codespace using the Codespace button extension.
  3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.

📝 Instructions

  1. Once you start working on the project, you will see a file ./project.ipynb that contains a series of exercises.

  2. Before starting, make sure to select the appropriate Kernel.

    • When you open the notebook, a message will appear at the top indicating "Select Kernel".
    • Click on "Select Kernel" (as shown in the image).

image-kernel

  1. A list with available options will be displayed. Select "Python Environments" and choose the Python version you want to use.

    • Make sure to select the version specified in the devcontainer.json file, as this is the recommended one for the project.

image-devcontainer

All set! Now you can start solving the exercises one by one. Remember to read each statement carefully and apply what you have learned. 🚀

🚛 How to submit this project

Once you complete the exercises, follow these steps to submit them correctly:

  1. Save and commit the changes in your local repository:

    git add .
    git commit -m "Completed exercises"
  2. Push the changes to GitHub with:

    git push origin main
  3. Go to 4Geeks.com to submit the link to your repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published