Primary colors (Categorical)
Blue #4A85A3 |
Muted orange #E3965A |
- See Appendix I.
- Demo with
charttypes-workbook
week2.zip
file from at rforir.com/classes/tableau_oct24.html.week2
in your class folder.week2
folder.student_activity.csv
student_activity_output.hyper
student_activity_in_class-flow.tfl
wide_in_class_wk2.csv
grades_wk2_inclass.csv
student-monitoring.csv
student-monitoring-in-class-flow.tfl
charttypes-workbook.twb
It would make sense if you had this in the same subdirectory as your week1
folder. But no big deal if it’s not.
Prep Builder
to import, clean, and export dataSee App. D (for the template) and App. E (for an example).
Green #6A9F58 |
Yellow #D9B650 |
Red #D35F5F |
Dark Gray #303030 |
Medium Gray #b3b3b3 |
Blue #4A85A3 |
Muted orange #E3965A |
charttypes-workbook
Notes
Prep Builder
to import, clean, and export dataPrep Builder
capabilities
Prep Builder
flowDiscussed & demonstrated in Sections 2.3 & A.3.4.
Go through the actions in Appendix A.3.4.
Prep Builder
flowTableau Prep Builder
Open a Flow
buttonstudent_activity_in_class_flow.tfl
SOME-CALCULATION
+ " " + STR([event_calendar_year]) [event_season]
IF-THEN
IF comparison THEN return-value
END
IF [hs_gpa] <= 4.0
THEN [hs_gpa]
END
Notes:
comparison
failsIF-THEN-ELSE
IF comparison THEN return-value-1
ELSE return-value-2
END
IF [hs_gpa] <= 4.0
THEN [hs_gpa]
ELSE 4.0
END
IF-THEN-ELSEIF-ELSE
IF comparison THEN return-value-1
THEN return-value-2
ELSEIF comparison ...
ELSE return-value-x
END
IF [event_type] = 'DROPOUT'
THEN -1
= 'GRADUATE'
ELSEIF [event_type] THEN -1
= 'MATRICULATE'
ELSEIF [event_type] THEN 1
ELSE 0
END
Prep Builder
flowuniv_gpa
and hs_gpa
home_state
event_term_name
and admit_term_name
student_id
)IF [hs_gpa] <= 4.0
THEN [hs_gpa]
ELSE 4.0
END
IF [univ_gpa] <= 4.0
THEN [univ_gpa]
ELSE 4.0
END
[event_season] + " " + STR([event_calendar_year])
[admit_season] + " " + STR([admit_calendar_year])
Get rid of student_id
enrollment_effect
near event_type
Prep Builder
wide_in_class_wk2.csv
wide_to_long_in_class.hyper
Prep Builder
grades_wk2_inclass.csv
grades_wk2_long.hyper
student_monitoring.csv
in a spreadsheetstudent_monitoring-in-class-flow.tfl
in Prep Builder
In a data worksheet that you have, can you recognize wide data?
We’re going to be working with charttypes-workbook.twb
for the rest of the class.
Let’s talk about your projects/dashboards:
Speaker notes go here.
Removed now that the class is over.