-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
948 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
+++ | ||
title = "Checkpoint 2: EDA" | ||
date = 2023-05-25T12:55:09-05:00 | ||
draft = false | ||
weight = 2 | ||
+++ | ||
|
||
## Before You Start | ||
|
||
If you have not received any feedback from Checkpoint 1, check in with your mentors before working on Checkpoint 2. | ||
|
||
## Getting Started | ||
|
||
Fork [this GitHub repository](https://github.com/launchcodeeducation/eda-checkpoint) and clone it to your computer. Follow the instructions within the notebook using your chosen dataset. Add notes about your EDA where directed. | ||
|
||
### Examples | ||
{{% notice blue Note %}} | ||
Checkpoint 2 examples can be found here: [Checkpoint 2 Examples](https://github.com/LaunchCodeEducation/finalProjectDAExamples/tree/main/Checkpoint%202) | ||
{{% /notice %}} | ||
|
||
## Submitting Your Work | ||
|
||
When finished with your EDA, make sure to push your changes up to GitHub. Copy the link to your GitHub repository and paste it into the submission box in Canvas for Graded Assignment 4: Checkpoint 2 and click *Submit*. | ||
|
||
[Back to Final Project Overview]({{% relref "./../" %}}) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
+++ | ||
title = "Checkpoint 4: Tableau Story" | ||
date = 2023-05-25T12:55:09-05:00 | ||
draft = false | ||
weight = 4 | ||
+++ | ||
|
||
## Before You Start | ||
|
||
You want to first check to see if you have received any feedback from Checkpoints 2 and 3. This | ||
feedback could influence the direction of your work on Checkpoint 4. If you want to change anything | ||
about what you have done so far in earlier checkpoints, you do not have to re-submit any previous | ||
checkpoints unless your IA or instructor requests you do so. You can simply add any updated work and notes to | ||
the current checkpoint. | ||
|
||
## Getting Started | ||
|
||
For this checkpoint, you will need to manipulate your data and produce a Tableau story that shows off skills from class, such as filtering and table calculations. You may find yourself wanting to use pandas and Jupyter notebooks for data manipulation. If you do, make sure to add code comments explaining your thought process and push your work up to Github. | ||
|
||
No matter what visualizations you add to your Tableau story, all of your captions should include explanations as to your thought process for each visualization. The first caption should include a link to your dataset and the final story point should include links to any supporting materials, such as the Github repository if you used a Jupyter notebook for this checkpoint. | ||
|
||
## Examples | ||
|
||
{{% notice blue Note "rocket" %}} | ||
Checkpoint 4 examples can be found here: [Checkpoint 4 Examples](https://github.com/LaunchCodeEducation/finalProjectDAExamples/tree/main/Checkpoint%204). | ||
{{% /notice %}} | ||
|
||
## Submitting Your Work | ||
|
||
When finished paste the link to your Tableau story into the submission box in Canvas for Graded | ||
Assignment #4: Checkpoint 4 and click *Submit*. | ||
|
||
[Back to Final Project Overview]({{% relref "./../" %}}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
content/how-programs-work/reading/data-analysis-projects/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
title = "GitHub Repository: Data Analysis Projects" | ||
date = 2024-01-08T10:24:35-06:00 | ||
draft = false | ||
weight = 7 | ||
+++ | ||
|
||
Throughout this course, you will be utilizing a GitHub repository that holds starter code for exercises, studios, and in some lessons, example code from readings. | ||
|
||
Fork the following repository and clone it to your machine: [LaunchCode Education: Data Analysis Projects](https://github.com/launchcodeeducation/data-analysis-projects) | ||
|
||
{{% notice blue Note "rocket" %}} | ||
You will begin using the `data-analysis-projects` repository beginning in the next chapter. Do not move on to the next page without it! | ||
{{% /notice %}} |
Oops, something went wrong.