Iblis Lin

Results 224 comments of Iblis Lin

> Regarding Row values which should be returned when a table is indexed, maybe it makes sense to utilize JuliaQuant/Timestamps.jl? Oh, that may be a good option. After I finish...

@sairus7 I think the first draft of the interface spec is finished: https://github.com/JuliaStats/TimeSeries.jl/issues/482#issuecomment-792278887. Could you review it?

hi @atthom you might want to check this: https://github.com/femtotrader/TimeSeriesResampler.jl

and cc @femtotrader

> I guess there is a reason why TimeFrames.jl is not part of the TimeSeries.jl project. No reasonable reason. :p I'm just lack of time integrating them into TimeSeries.jl.

Hi @juliohm please try this ```julia map(ta) do t, v t, v end ```

@juliohm which version of Julia do you have? I tested them on Julia v1.4 and Julia v1.3. You can consult the case cases of map as well: https://github.com/JuliaStats/TimeSeries.jl/blob/ed0cd207d379fe7959a00e5772034fcaec4b5eb5/test/combine.jl#L246

Ref: https://github.com/JuliaData/DataFrames.jl/blob/d119d9fd454ae423743a73bf3c29f3424e45aea6/src/abstractdataframe/io.jl#L79

The reason that we defined `schema` is for the time column. Since the fallback function return only the data column. for example, `[:a, :b, :c]`, but we defined the custom...

Hi @peterjdolan, could you give master branch a try?