IS590DV - Data Viz

This is the course website for IS590DV in Spring 2020

Week 2 - Data Storage and Operations

This week we discussed how data is stored on disk and in memory, how that interacts with our visualization process, and we introduced the notion of a palette of operations you can apply to data to visualize it.

Downloads: Data

References

Optional Reading List (See syllabus for acronyms)

  1. VAD, Ch. 2: What: Data Abstraction
  2. FDA, Ch. 2: Visualizing data: Mapping data onto aesthetics
  3. IS452’s intro to CSV files (bottom of page)
  4. IS452’s Intro to Dictionaries
  5. Pandas Docs & NumPy Docs

Materials

Materials from Previous Courses