CSCI P-14110 Introduction to Programming, Computational Science, and Data Visualization
This is the course website CSCI P-14110
View On GitHub
Lesson 4 - Intro to Data Viz & More with Pandas
Resources
Data Downloads
we will be using the
movies dataset
which unzips into
this CSV file
.
Reading
FDV, Ch. 1: Introduction
FDV, Ch. 17: The principle of proportional ink
Optional
:
More DataFrame operations with Pandas
Optional:
Same Data, Multiple Perspectives
Optional:
VAD, Ch. 1: What’s Viz, and Why Do It?
Materials
Lecture 4 - Intro to Data Viz: (
view
,
source
,
present
)
Notebook example_hw_lesson04: (
view
,
download
)
Notebook inClass_lesson04: (
view
,
download
)
Notebook prep_notebook_lesson04: (
view
,
download
)
Notebook test_imports_lesson04: (
view
,
download
)