SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.04k stars 140 forks source link

'name' attribute for index #223

Closed v0dro closed 7 years ago

v0dro commented 8 years ago

Addition of an additional 'name' attribute to indexes will simplify their identification and make it easier to know what exactly the index means when printing a data structure.

MultiIndex should support having separate names for each level (might be related to https://github.com/v0dro/daru/issues/150).