fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming

Home Page:http://fslab.org/Deedle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mtreske opened this issue · comments

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

double post

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