queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

WIP: Port to Nulls #62

Closed quinnj closed 6 years ago

quinnj commented 7 years ago

Companion PR to jq/nulls branch for Query.jl.

Status: Got most of the tests passing locally, though had trouble getting all the test dependencies installed (VegaLite mainly). There was a failure in the differentialequations.jl test file that I didn't quite follow and haven't had time to look into. We're also waiting on this PR for StatsModel.

I went ahead and removed DataTables since the package is deprecated now.

nalimilan commented 7 years ago

I guess this should require DataFrames 0.11, Nulls 0.1.0 and StatsModels 0.1.0 (once these releases exist)?