UDST / spandex

Spatial Analysis and Data Extraction
http://nbviewer.ipython.org/github/synthicity/user_meeting_2014/blob/gh-pages/spandex/spandex_demo.ipynb
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

pd.sort_values #57

Closed cvanoli closed 6 years ago

cvanoli commented 6 years ago

In targets.synthesize , replaced pd.sort (deprecated) by pd.sort_values

daradib commented 6 years ago

Might want to bump pandas version in setup.py to at least 0.17.0, when sort_values was introduced. Great, thanks!

janowicz commented 6 years ago

Thanks @cvanoli! Looks good