Skip to content

Commit c7585f2

Browse files
committed
Clarity, and accuracy changes for tableau 1
1 parent 78b799e commit c7585f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/tableau-part-one/exercises/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As you work on each of your sheets, think about a descriptive name that you woul
1717

1818
### Sheet 1: Total of Movies vs TV Shows
1919

20-
The first worksheet will contain a a total count of Movies and TV Shows. We will display this information in a horiztonal bar chart.
20+
The first worksheet will contain a a total count of Movies and TV Shows. We will display this information in a horizontal bar chart.
2121

2222
1. Drag and drop the `Show Id` pill into the `Columns` shelf.
2323
- Convert it to a measure of `Count`

content/tableau-part-one/reading/data-source/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ We will use the [Netflix and TV Shows dataset](https://www.kaggle.com/datasets/s
5959

6060
{{% resources style="blue" title=".CSV Data" /%}}
6161

62-
One you have downloaded the `netflix_titles.csv` file, click on the `Data` tab in the top left corner and select `New Data Source` within your Tableau workbook.
62+
One you have downloaded the `netflix_titles.csv` file, click on the `Data` tab in the top left corner and select `New Data Source` within your Tableau workbook.
6363

64-
Click on the `Upload from computer` button and navigate to the `netflix_tites.csv` file on your machine (probably in your downloads folder), and import the file.
64+
Click on the `Upload from computer` button and navigate to the `netflix_titles.csv` file on your machine (probably in your downloads folder), and import the file.
6565

6666
Once you have imported the spreadsheet, click on the `Sheet 1` tab in the bottom left-hand corner to create a new sheet from the data source.
6767

@@ -83,12 +83,12 @@ As you are adding and removing fields and tables from the `Columns`, `Rows`, or
8383

8484
{{% notice green Question "rocket" %}}
8585
What role is typically assigned to qualitative values?
86-
<!-- Solution: Measures -->
86+
<!-- Solution: Dimension -->
8787
{{% /notice %}}
8888

8989
{{% notice green Question "rocket" %}}
9090
What role is typically assigned to quantitative values?
91-
<!-- Solution: Dimension -->
91+
<!-- Solution: Measure -->
9292
{{% /notice %}}
9393

9494
{{% notice green Question "rocket" %}}

content/tableau-part-one/reading/intro-to-vis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Throughout the following readings we will cover the following:
2525

2626
1. Navigating a Tableau public workspace
2727
1. Connecting to a data source
28-
1. Understandng how Tableau interprets data
28+
1. Understanding how Tableau interprets data
2929
1. Building your very first chart!
3030

3131

0 commit comments

Comments
 (0)