Skip to content

Commit

Permalink
edt
Browse files Browse the repository at this point in the history
  • Loading branch information
kafisatz committed Aug 23, 2024
1 parent 8d1b88c commit da663ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rs,lp = write_dataframe(settings=isettings,bucket=a_random_bucket_name,measureme

#querying
#note that the agg keyword is optional
#consider calls in runtests.jl for more exmaples (i.e. search this repository for "query_flux(")
#consider calls in runtests.jl for more examples (i.e. search this repository for "query_flux(")
agg = """ aggregateWindow(every: 20m, fn: mean, createEmpty: false)
|> yield(name: "mean") """
datetime_str = string(minimum(df.datetime),"+02:00")
Expand Down

0 comments on commit da663ac

Please sign in to comment.