-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Using data-forge 1.10.3, IDataFrame.inflateSeries
has type defined as follows:
inflateSeries<NewValueT = ValueT>(columnName: string, selector?: SelectorWithIndexFn<IndexT, any>): IDataFrame<IndexT, ValueT>
I believe this is wrong, as the selector
argument is a function that takes each value in the series as its arugment; it should not be the IndexT
.
Metadata
Metadata
Assignees
Labels
No labels