Skip to content

Commit

Permalink
Update TimeArray Named Tuple docstring (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinrow authored Apr 19, 2024
1 parent 785905c commit 3291223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timearray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract type AbstractTimeSeries{T,N,D} end
TimeArray(timestamp, values[, colnames, meta = nothing])
TimeArray(ta::TimeArray; timestamp, values, colnames, meta)
TimeArray(data::NamedTuple, timestamp = :datetime, meta)
TimeArray(data::NamedTuple; timestamp, meta = nothing)
TimeArray(table; timestamp::Symbol, timeparser::Callable = identity)
The second constructor yields a new `TimeArray` with the new given fields.
Expand Down

0 comments on commit 3291223

Please sign in to comment.