JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
353 stars 69 forks source link

TimeArray: add a new kw args for Tables constructor #447

Closed iblislin closed 4 years ago

iblislin commented 4 years ago

e.g.

using Dates
TimeArray(CSV.File("..."), timestamp = :date, timeparser = Date ∘ unix2datetime)

close #442

codecov-io commented 4 years ago

Codecov Report

Merging #447 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #447   +/-   ##
=======================================
  Coverage   89.52%   89.52%           
=======================================
  Files          12       12           
  Lines         611      611           
=======================================
  Hits          547      547           
  Misses         64       64
Impacted Files Coverage Δ
src/timearray.jl 97.2% <ø> (ø) :arrow_up:
src/tables.jl 94.87% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ff47ca...d67ae31. Read the comment docs.