Convert Druid groupBy query result to a data frame

Usage

druid.groupBytodf(result)

Arguments

result
The result from query

Description

Retrieves the JSON result from Druid, then formats it into a dataframe with a timestamp column

See also

query