Closed cvanoli closed 6 years ago
In targets.synthesize , replaced pd.sort (deprecated) by pd.sort_values
Might want to bump pandas version in setup.py to at least 0.17.0, when sort_values was introduced. Great, thanks!
setup.py
sort_values
Thanks @cvanoli! Looks good
In targets.synthesize , replaced pd.sort (deprecated) by pd.sort_values