ireapps / pycar

NICAR Python mini boot camp
https://ireapps.github.io/pycar/pycar_intro.html
MIT License
102 stars 36 forks source link

sort dataframe before deduplicating #56

Closed tommeagher closed 5 years ago

tommeagher commented 6 years ago

In Project 3 pandas exercise, sort it by year ascending before deduping so you get the most recent year. Reset the index.

zufanka commented 5 years ago

fixed