gslab-econ / gslab_python

Python tools for GSLab
MIT License
13 stars 11 forks source link

SaveDat does not sortbykey #178

Closed zhizhongpu closed 1 month ago

zhizhongpu commented 2 months ago

Bug: SaveData does not sort by key even with sortbykey=True Proposed fix: line 62 change:

df.sort_values(keys)

into

df.sort_values(keys, inplace = True)
zhizhongpu commented 2 months ago

continues in #179

zhizhongpu commented 1 month ago

Summary

We:

Latest state of issue branch