enlnt / Q.jl

Q.jl - Julia for kdb+
https://enlnt.github.io/Q.jl/latest
Other
7 stars 7 forks source link

Pick proper abstractions to interoperate with kdb+ tables #55

Open abalkin opened 6 years ago

abalkin commented 6 years ago

References

abalkin commented 6 years ago

It appears that DataFrames is still the mainstream. It is currently being changed to use Union{T,Null} to handle missing values, so until this change is tagged, we will not do anything special about kdb+ nulls.

abalkin commented 6 years ago

Query.jl and IterableTables.jl have PRs to port to Nulls.jl