@extends('template') @section('title') Lab 11: Weekly Exercises @stop @section('content') # Lab 11: Dictionaries II & File Formats [This week's lab exercises](/lectures/exercises_data) include exercises for dealing with JSON and CSV data, and involve dictionaries as part of that data. Follow the link above, download and open the notebook if you don't already have it open, and use the table of contents to jump down to the "Lab exercises" part. With your partner, work through the exercises there. ## What's Next? The next two parts of this lab are ungraded challenges that offer more practice in dealing with datasets. @include('/labs/lab11/_toc') @stop