OSeMOSYS / otoole

OSeMOSYS Tools for Energy
https://otoole.readthedocs.io
MIT License
25 stars 19 forks source link

Explore using catagorical index instead of str or int datatypes for parameter indices #98

Open willu47 opened 4 years ago

willu47 commented 4 years ago

Using pd.Categorical indexes instead of multi-index based on str or int data types may save memory (and disk space when using binary formats).