Feng-CityUHK / EquityCharacteristics

Calculate U.S. equity (portfolio) characteristics
https://feng-cityuhk.github.io/EquityCharacteristics/
78 stars 66 forks source link

Using feather format to save data #7

Closed ericma4 closed 3 years ago

ericma4 commented 3 years ago
  1. Fixed bugs of accounting_60.py in python 3.8
  2. Changed the file format from pickle to feather
xinhe97 commented 3 years ago

Feather is more efficient than pkl. Thanks a lot to Jianxin.