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
924 stars 196 forks source link

Convert Frame from <datetime,string> to <datetime,double> #368

Closed HaoranXue closed 6 years ago

HaoranXue commented 6 years ago

Hey guys,

Anyone knows how to convert Frame from <datetime,string> to <datetime,double> in C# DEEDLE ?

tpetricek commented 6 years ago

For questions rather than issues, please ask on StackOverflow: https://stackoverflow.com/questions/ask You will also need to provide a concrete example to get a good answer.