F# Data


Indicator

Indicator data

Instance members

Instance memberDescription
Code
Signature: string

Get the code for the country or region of the indicator

Description
Signature: string

Get the description of the indicator

IndicatorCode
Signature: string

Get the code for the indicator

[year]
Signature: year:int -> float

Get the indicator value for the given year. If there's no data for that year, NaN is returned

Name
Signature: string

Get the name of the indicator

Source
Signature: string

Get the source of the indicator

TryGetValueAt(year)
Signature: year:int -> float option

Get the indicator value for the given year, if present

Values
Signature: ICollection<float>

Get the values for the indicator (without years)

Years
Signature: ICollection<int>

Get the years for which the indicator has values

Fork me on GitHub