-
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.
Merge pull request #36 from LaunchCodeEducation/checkpoint-4
Checkpoint 4
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 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
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 "./../" %}}) |