Lecture 2 in-class exercise

Lecture 2 in-class exercise#

  1. Make a copy of this notebook.

  2. 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.

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

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

  5. Display the data.

  6. Do a bit of filtering in pandas.

    • Doesn’t need to be done for data cleaning necessarily — any subset is fine.

You’re welcome to talk with your neighbors.

# your code here