Skip to content

duanwee/DV_CU_course_material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

QMSS GR5063 - Data Visualization Columbia University

Spring 2018 Lecture: Mondays 6.10 - 8pm (but see weekly schedule) Location: 411 International Affairs Building

Instructor: Thomas Brambor thomas.brambor.com [email protected] IAB 509E Mon 3-4pm

TA1: Kangran Zhao [email protected] OH Wednesday 4-6pm

TA2: Xinyu (Crystal) Ni [email protected] OH Tuesday 9-11am

Quick Links

Course Description

This course will provide a hands-on introduction to visualizing a wide variety of different types data. It is aimed at graduate students for the Master of Arts Degree in Quantitative Methods in the Social Sciences (QMSS). The course combines tutorial style introductions to different software tools and visualization packages centered around the R language, practical tips on analyzing and presenting real data, and some readings and discussion of the principles of data visualization. In the course, we progress from a set of basic static graphs to mapping geographic data, text, social networks, and other forms of data in dynamic and interactive displays. Examples will be drawn from a variety of disciplines in and beyond the social sciences, and you will be encouraged to work with your own data to create custom graphics. For the capstone project, students incorporate several of the techniques learned in class to visualize data of their own choice and present a website as the final product.

Course Website

All lecture materials, exercises, and (links to) readings will be made available in the GitHub course repository.

The materials and topics indicated below are a provisional road map that will be adjusted to the needs of the students. I will let you know well ahead of time of any changes.

Communications

For all questions to the members of the teaching team, we will be using a Piazza discussion forum. The forum will be used to exchange questions about lectures, assignments, software etc. Students are encouraged to help each other! If you have questions that only pertain to you, please choose a "private question" which will only be visible to the teaching team and yourself.

Students are asked to customize their Piazza notifications preferences to receive immediate (ASAP) notifications of messages and announcements through the third-party provider of choice (e.g. email, SMS/text). Students are also asked to log into the course regularly (more than twice a week) and check Announcements and the Piazza Inbox immediately upon logging in to stay on top of developments in the course as they occur.

Please send messages to the instructor and teaching assistants through Piazza. Messages sent through the Piazza Inbox (Send a Message) feature will be answered within 24 hours during the week and within 48 hours on weekends. Please consider these response times when asking about assignments etc.

Please largely refrain from using email. My inbox at times becomes unwieldy during the semester, and using piazza will guarantee an answer in a timely manner.


References and Resources

Books

There are no required books for the course. All required readings will be provided as PDFs or links. However, here are some books that you may find useful in addition to the lectures and course readings.

  • Winston Chang. R Graphics Cookbook: Practical Recipes for Visualizing Data. O’Reilly Media, 1st ed. -- Detailed tutorial style book for using graphs in R using the base package plots and ggplot2. Some parts of the book's content are free.

  • Hadley Wickham. ggplot2: Elegant Graphics for Data Analysis. Springer, 2nd ed. -- Intro to ggplot2 by Hadley Wickham, the creator of the package. Intro to ggplot2 by Hadley Wickham, the creator of the package. The book is available for free.

  • Scott Murray. Interactive Data Visualization for the Web: An Introduction to Designing with D3. O’Reilly Media, 2nd edition -- Beginners guide to interactive data visualization for the web using D3.] The first edition is available for free.

  • Alberto Cairo. The Functional Art: An Introduction to Information Graphics and Visu- alization. New Riders, 1st ed.: Graphics journalist Alberto Cairo provides a very readable intro to understanding data visualization, how to use it to communicate with your audience, and helpful how-to guides to improve your own data graphics.

  • Alberto Cairo. The Truthful Art: Data, Charts, and Maps for Communication. New Riders, 1 edition -- Following up on his earlier book, Cairo provides a set of principles for data visualization and puts them to practice by showing loads of examples of good (and bad) graphical displays.

  • Cole Nussbaumer Knaflic. Storytelling with Data: A Data Visualization Guide for Business Professionals. Wiley, 1 ed. -- The books provides many excellent examples of how to improve visual displays to get your point across and communicate effectively with data. All plots are done in Excel, showing that it can be done (though I won't recommend).

  • Edward R. Tufte. The Visual Display of Quantitative Information. Graphics Press, 2 ed. -- Edward Tufte is one of the pioneers in the field of data visualization, and this book is one of his most famous works. The book is on the theory and design of data graphics. Originally printed in 1983 it won't help you directly with your computer exercises, but can give you some insight into what makes a data graphic good or not.

Free Online Resources

R, RStudio, and R Markdown
  • IDRE at UCLA has lots of tutorials, code examples, for R and other statistical packages.
  • Try R. In-browser, interactive online tutorial. Particularly useful if you have not used R (much) before.
  • Cheat sheets for data wrangling, data visualization, general use of R, R Studio, R Markdown etc.
  • R Studio resources for R Markdown. Get started here with markdown.
  • Awsome-R A curated list of great R packages and tools.
Getting and transforming data in R

For this course on visualization, I won't have time to cover in detail all the steps to access, clean, “munge” and organize data. For some hints and materials on a variety of subjects, please see my course syllabus on Modern Data Structures - QMSS G5072 - Columbia University.

For an excellent overview of the topic, I recommend the following book:

  • Wickham, H., & Grolemund, G. (2017). R for Data Science: Import, Tidy, Transform, Visualize, and Model Data (1 edition). O’Reilly Media. -- Great as introduction on how to use R. From the creator of many R packages that we use in the course, this will help with the usual tasks of data import and management, modeling, and some visualization. Book is available for free online.

For a more advanced treatment of coding in R, consider the following book:

Git and GitHub
Coding Help Sites
  • http://stackoverflow.com/ Programming Q&A site. Excellent first stop if you have questions on coding. Searching for keywords, and restrict your queries by adding tags about the coding language or package in square brackets, e.g. [R],[ggplot], or [shiny].

  • http://stats.stackexchange.com/ A stackoverflow off-shoot with a bit more focus on conceptual questions in statistics.

  • http://rseek.org/ Search engine for R-related stuff, including tutorials and code.

Data Visualization
  • http://www.thefunctionalart.com/ Alberto Cairo, an infographics and data visualization journalist, also has a great blog.

  • http://andrewgelman.com/ Andrew Gelman's insightful comments on social science analyses go beyond data visualization, but are well worth your time.

  • https://flowingdata.com/ Nathan Yau, a statistician with a knack for visualization. Author of a few data visualization books. Blog has great examples and some tutorials.

  • http://www.r-graph-gallery.com/ Need inspiration? R graph gallery you can just scroll through graphs - good ones, and not so good ones - and get the code behind them.

  • http://www.informationisbeautiful.net/ Another site for inspiration, with less code but nicer visuals.

  • http://chartporn.org/ Slightly corny name, but good links to beautiful charts, graphs, maps, and interactive data visualization tools around the web.

Requirements and Assessments

Requirements

Basic knowledge of statistics on the level of an introductory level graduate course in statistics or econometrics is assumed. The focus is on data visualization, but some statistical concepts appear here and there.

The course uses the software package R for most exercises. The program R itself can be downloaded for free at http://cran.r-project.org/. Intermediate familiarity with the software, in particular with regards to importing, cleaning, and reshaping data is assumed. Knowledge of specific packages and other software tools will be built throughout the course.

You will need to have access to your own computer to install software and packages, do your assignments etc. I highly recommend bringing your laptop to class to follow along the coding tutorials and examples.

Assessments

  1. Final group project (30%): A final group project (3-4 students) presented in the form of a website and accompanying project book. You will analyze data of your own choosing and report the results using (1) static images based on ggplot2, (2) maps using geospatial data, (3) visualizations of text analyses, and/or (4) network visualizations AND (5) prepare a hosted, interactive display of some of your visualizations. There will be in-class presentations of the final projects (if class size allows).

  2. Assignments (60%): There will be 4 individual assignments. These assignments will be due 7 days after being handed out and returned graded by the teaching assistants. The assignments will ask you to use the specific visualization techniques we cover in the individual subparts of the course.

  3. Class participation & Commentary on other student project (10%): You will be asked to comment on another student's visualization techniques at one point in the course. In addition, course participants should aim to do the circulated readings before class and take part in the discussion during the session and online through Piazza.

Policies

Academic Integrity

This course is based on the principles of academic integrity established by Columbia University and agreed to by each student. The same rules hold in this course. Academic dishonesty will not be tolerated. All submitted work must be your own work and properly cited.

The full guidelines on academic integrity as well as a review of how or what to cite, can be found here: http://gsas.columbia.edu/academic-integrity

Just to be extra clear, here are some pointers that apply to this course:

  • No assignment, except the final project, is to be collaborative.
  • You may consult with others, but any work you hand in must be your own.
  • Do not copy another individual's work, answers or ideas.
  • Do not allow another individual to copy your work, answers or ideas.
  • Disciplinary action follows for those that choose to disobey these instructions.

Late Assignment Policy

Late assignments are detrimental to progress in the course, because earlier assignments build on later ones. For each day late, the assignment will be reduced 1/3 of a grade. That is, one day late, it goes from A to A-, two days late A- to B+ and so on.

Other

Turn off or silence your cell phones prior to the beginning of class. I reserve the right to answer all calls (your's, not mine) received during class time and let your friends know what you are learning that day.

Feel free to use laptops in class - in fact, I encourage it. Respecting your classmates and myself, please refrain from using Facebook, shopping sites or other random distractions during class.

Lecture slides will be made available on the course website. However, I believe that learning and understanding is well served when you need to aggregate and structure your notes yourself, so I suggest you do so as well.


Lecture Topics

Part 1 - Principles of Data Visualization and Plotting with ggplot2

  • On your own:
    • Install R and R Studio on your own computer. Try out R Markdown (use the tutorial to get familiar).
    • Set up your own GitHub account. Familiarize yourself, if necessary with the suggested tutorials.
  • Group work: Exchange contact details with your group.
  • Exercise: Go through the babynames exercise. Try the suggested extensions
  • Recommended Reading:
    • Wickham, H. (2016). ggplot2: Elegant Graphics for Data Analysis (2nd ed.). New York, NY: Springer. The book is available for free.. There is no need to read the entire book. Just use the book as a reference and read the parts that complement the lecture.
  • On your own:
    • Continue learning ggplot2 with the data exercise on "Guns and Deaths in America".
  • Recommended Reading:
  • Further Reading:
    • Ware, C. (2012). Information Visualization, Third Edition: Perception for Design (3 edition). Waltham, MA: Morgan Kaufmann. (especially chapter 5 and the section on preattentive processing)
    • Cleveland, W. S., & McGill, R. (1984). Graphical Perception: Theory, Experimentation, and Application to the Development of Graphical Methods. Journal of the American Statistical Association, 79(387), 531-554. https://doi.org/10.2307/2288400
  • Recommended Reading:
    • Tufte, E. R. (2001) [first published 1983]. The Visual Display of Quantitative Information (2nd ed.). Cheshire, Connecticut: Graphics Press. Chapters 1 - 3.
  • Further Reading:
    • Tufte, E. R. (2001) [first published 1983]. The Visual Display of Quantitative Information (2nd ed.). Cheshire, Connecticut: Graphics Press. Remainder of the book.
  • Recommended Reading:

Assignment 1: Plotting with ggplot.

Part 2 - Working with Spatial Data

  • Recommended Reading:
  • Further Reading:
    • Bivand, R. S., Pebesma, E., & Gómez-Rubio, V. (2013). Applied Spatial Data Analysis with R (2nd ed. 2013 edition). New York: Springer. - A comprehensive and hands-on treatment of how to use spatial data in R for analysis and visualization. This goes well beyond what we cover, but may be helpful as a reference to move further on topics of your interest related to spatial analysis.

Assignment 2: Visualizing geospatial data.

Part 3 - Text Mining and Visualization

  • Recommended Reading:
    • Grimmer, J., & Stewart, B. M. (2013). Text as Data: The Promise and Pitfalls of Automatic Content Analysis Methods for Political Texts. Political Analysis, 21(3), 267–297. https://doi.org/10.1093/pan/mps028
    • Silge, J., PhD, & Robinson, D., PhD. (2017). Text Mining with R: A tidy approach (1 edition). O’Reilly Media. http://tidytextmining.com/
  • Further Reading:
    • Manning, C. D., Raghavan, P., & Schütze, H. (2008). Introduction to Information Retrieval (1 edition). Cambridge University Press. Available for free at from http://nlp.stanford.edu/IR-book/ - This books is concerned with information retrieval (think search engines) and includes some treatments of the fundamental theoretical ideas behind text mining.
    • Rule, A., Cointet, J.-P., & Bearman, P. S. (2015). Lexical shifts, substantive changes, and continuity in State of the Union discourse, 1790–2014. Proceedings of the National Academy of Sciences, 112(35), 10837–10844. https://doi.org/10.1073/pnas.1512221112

SPRING RECESS March 12 to March 16. No class.

Assignment 3: Analyzing text as data.

Part 4 - Dynamic and Interactive Displays using D3 and Shiny

Assignment 4: Interactive visualizations of networks.

Week 13: (Apr 23) D3 continued

  • Recommended Reading:
    • Scott Murray. Interactive Data Visualization for the Web: An Introduction to Designing with D3. O’Reilly Media, 2nd edition -- Beginners guide to interactive data visualization for the web using D3.] The first edition is available for free.

Week 14: (Apr 30) Final Student Presentations

About

Lectures, Exercises, Assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published