Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rosinni committed Jan 6, 2025
1 parent 653da32 commit 04bbfb8
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 1,322 deletions.
3 changes: 0 additions & 3 deletions .gitpod.dockerfile

This file was deleted.

13 changes: 8 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 700,
"editor.minimap.enabled": false
}
Binary file removed assets/preview.jpeg
Binary file not shown.
10 changes: 5 additions & 5 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"language": "python3",
"slug": "realestate-datacleanup-exercise",
"title": "Real Estate Data Cleanup",
"repository": "https://github.com/4GeeksAcademy/realstate-datacleanup-exercise",
"preview": "https://github.com/4GeeksAcademy/realestate-datacleanup-exercise/blob/main/assets/preview.jpeg?raw=true",
"description": "Prepare a real dataset to later train a machine learning model",
"slug": "final-data-science-prework-project",
"title": "Final data science prework project",
"repository": "https://github.com/4GeeksAcademy/final-data-science-prework-project",
"preview": "https://github.com/4GeeksAcademy/final-data-science-prework-project/blob/main/assets/preview.jpeg?raw=true",
"description": "This project is designed to teach how to handle real-world data in a basic data science workflow, such as cleaning, processing, and visualizing a dataset using key tools like Pandas.",
"duration": 3,
"difficulty": "easy",
"projectType": "project",
Expand Down
Loading

0 comments on commit 04bbfb8

Please sign in to comment.