Lecture 2 in-class exercise

Lecture 2 in-class exercise#

  1. Find a dataset that seems interesting on the NYC Open Data Portal.

    • Find something in a tabular format rather than a map, etc.

    • Don’t spend long on this.

  2. If the dataset is large (say, over 10,000 rows), make it smaller in some way.

  3. Upload the file and read it in with pandas.

  4. Display the data.

  5. Do a bit of filtering or simple analysis.

# your code here