Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 375 Bytes

notes.md

File metadata and controls

15 lines (10 loc) · 375 Bytes

Lesson overview:

Two tasks: 1. Read, analyze and visualize some data 2. For each data file, figure out if you have any duplicates

Part 1: read file, compute statistics, make plots Part 2 (capstone): for each file, we're given a function that returns the number of zero rows, we come up with the algorithm for this function. And then we debug the function