Ian Phillips

Results 3 issues of Ian Phillips

I think that the latest release is installing the Linux binary on macOS, see: ```sh $ uname -a Darwin Ians-MacBook-Pro.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST...

help wanted
document me
good first issue

If I have a data frame which contains NaN values, say by merging or joining 2 different data sets, when vincent creates Scatter plants it interest these as zero rather...

If I have a field which may be null then it blows up on extraction: ``` scala val json = """{ "url": null }""".parseJson json.extract[String]("url".?) ``` This causes a runtime...