corrected code snippet on weighted mean

This commit is contained in:
Andy Eschbacher
2017-01-19 08:40:10 -05:00
committed by GitHub
parent ee5e7d81ae
commit 06746b4c65

View File

@@ -61,7 +61,7 @@ SELECT
ST_Transform(the_geom, 3857) As the_geom_webmercator,
class
FROM
cdb_crankshaft.CDB_Weighted_Mean(
cdb_crankshaft.CDB_WeightedMean(
'SELECT *, customer_value FROM customers',
'customer_value',
'cluster_no')