blaze / castra

Partitioned storage system based on blosc. **No longer actively maintained.**
BSD 3-Clause "New" or "Revised" License
153 stars 21 forks source link

question: does castra support multi-level index? #62

Closed taoluo closed 8 years ago

taoluo commented 8 years ago

dear developers: the example in README shows a DataFrame with datetimeindex. what if I need to keep daily prices of all stocks? can we add an integer representing each stock, and form a multi-level index like in pandas? sincerely

mrocklin commented 8 years ago

No. Castra does not support multi-level indices.