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

SeriesExtention method FillMissing() does not work with double.NaN #519

Closed mtreske closed 3 years ago

mtreske commented 3 years ago

We are actually using Deedle 1.2.5 where we use the FillMissing() series extension method do fill the missing values with double.NaN. Since we move our libs to NetStandard we need to use version 2.x. I tried 2.03 up to 2.3.0 but the missing value will never be replaced with double.NaN.

any ideas?

thx and Regards Manuel

mtreske commented 3 years ago

double post

zyzhu commented 3 years ago

Could you provide a minimal repo of sample frame or series?