fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
935 stars 195 forks source link

Multi-level indices support in C# #213

Open tpetricek opened 10 years ago

tpetricek commented 10 years ago

We need to investigate how to best support this from C#, as mentioned here: https://github.com/BlueMountainCapital/Deedle/issues/187

tpetricek commented 10 years ago

Comment:

It would be easiest if there was some function that would take a sequence of column names and construct a tuple from their product, but I can’t find that anywhere.

I suppose Tuple.Create does this, but it is a bit ugly...