Skip to content

IDataFrame.inflateSeries has incorrect type #181

@yushiyangk

Description

@yushiyangk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions