geomancer icon indicating copy to clipboard operation
geomancer copied to clipboard

Add Aggregation Spells

Open ljvmiranda921 opened this issue 4 years ago • 0 comments

For example,

mean_price = AggregateOf("hotel", which="price", how="mean")
max_price = AggregateOf("hotel", which="price", how="max")
min_price = AggregateOf("hotel", which="price", how="min")

ljvmiranda921 avatar Aug 27 '19 02:08 ljvmiranda921