You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect this to run successfully, but instead it results in the following exception:
Unhandled exception. System.Exception: mapFrameRowVector: Select not supported
at [email protected]<'TRow>.Select[a](FSharpFunc`2 g) in src\Deedle\Vectors\VectorHelpers.fs:line 522
at Deedle.Series`2.SelectOptional[R](Func`2 f) in src\Deedle\Series.fs:line 415
at Deedle.Series`2.Select[R](Func`2 f) in src\Deedle\Series.fs:line 399
at Deedle.SeriesModule.MapValues[T,R,K](FSharpFunc`2 f, Series`2 series) in src\Deedle\SeriesModule.fs:line 462
at <StartupCode$DeedleTest>.$Program.main@() in Program.fs:line 16
The text was updated successfully, but these errors were encountered:
Consider the following code:
I would expect this to run successfully, but instead it results in the following exception:
The text was updated successfully, but these errors were encountered: