JockLawrie

Results 24 comments of JockLawrie

Hi there, Looks like the method hasn't been implemented. I can't edit this PR. Can someone add the following code? (and is it sufficient?) Alternatively should I submit a separate...

A little more detail: The Azure VM I'm working on is 64-bit and runs 64-bit SQL Server with a 64-bit DSN. Loading a column of `Float32` results in a column...

...and the test code ```julia using Utils.jsontables # the code above using DataFrames using Dates using JSON using TimeZones d = DataFrame( a = [1,2,3,missing], b = ['a', missing, 'c',...

OK thanks. Given the current direction towards NullableArrays.jl I'm inclined to not put any effort into this issue. Feel free to close.

Hi there, I'm interested in taking this for a spin in Julia 0.7. I run this code: ```julia using DataFrames using StatsBase using StatsModels using Econometrics ``` And get this...

Great, thanks (and thanks for the speedy response!)

Thanks, that works. I've posted some findings over at [Econometrics.jl#1](https://github.com/JuliaEconometrics/Econometrics.jl/issues/1)

...using SQL Server on an Azure VM

The curious thing is that each call to set!, pop!, push! and delete! calls info(), which then writes to the log file. This all goes without a hitch until the...

New fact: Commenting out writes (not logs) to other files passes on Linux but still fails on OSX. Not being a Mac user, I have no idea why. On 6...