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
933 stars 195 forks source link

Expose information about column types via frame.ColumnTypes #286

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

This can easily be accessed from the internal representation, so we can easily expose this...

adamklein commented 9 years ago

Looks great to me.

tpetricek commented 9 years ago

I also added a simple test for this :-)