go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

How to denote a value as NaN? #74

Closed pjebs closed 5 years ago

pjebs commented 5 years ago

If I have a series of ints. How can I make a value NaN?

pjebs commented 5 years ago

Figured it out. Even if series is type Int, just pass in "Nan".