Joao Aparicio

Results 13 comments of Joao Aparicio

@FreddieV4 I have the same issue when I try to ingest data which on some dates is `NaN`. How should I treat this? If I just `dropna()` dates with `NaN`...

Currently we have `function _fit!(o::MovingTimeWindow, y)`. In addition we could implement `function _fit!(o::MovingTimeWindow, y::TimeArray)`. What is currently done is push all values of y into o, then filter. When the...

bump to 0.5 https://github.com/JuliaData/IndexedTables.jl/pull/309

https://github.com/JuliaArrays/StructArrays.jl/pull/235 https://github.com/JuliaArrays/StructArrays.jl/pull/242

```how = :anti: Error During Test at /home/joao/.julia/dev/IndexedTables/test/test_join.jl:45 Test threw exception Expression: isequal(join(t, t2; how = :anti), t_anti) ArgumentError: only eltypes with fields are supported Stacktrace: [1] (StructArrays.StructVector{NamedTuple{(), Tuple{}}, NamedTuple{(),...

Would you like to have a look at https://github.com/fhs/ZipFile.jl/issues/14 and check if it's related?

> Hmmmm......we'll have to see what we can do here. I've had the idea for a while as a Tables.jl-wide feature to support projection/filter push down for sources in a...

> My idea was that the constructor of such indexable object could do the indexing you mention. I assume that the whole file would have to be scanned, but maybe...

One difference that I've noticed between `Vector{Int64}` and the `Vector{IntWrapper}` cases, is on entering this function https://github.com/apache/arrow-julia/blob/37122911c24f44318e6d4a0840408adb3364cf2a/src/utils.jl#L34-L57 In the first case, col is type `Vector{Int64}` and matches the first `if`...

https://github.com/apache/arrow-julia/issues/340 https://github.com/apache/arrow-julia/issues/353