[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`reduceColumns` applies a reducer function to properties (columns) of a FeatureCollection, effectively aggregating data across all features."],["It takes a reducer, a list of selectors specifying the properties to use as input, and optionally, weight selectors for weighted reductions."],["The output is a dictionary containing the results, keyed by the names defined within the reducer."],["This function allows for calculating statistics such as mean, sum, or other custom aggregations across the features in a FeatureCollection, using specified properties and optional weights."],["Examples provided demonstrate calculating mean and weighted mean of properties within a FeatureCollection of power plants."]]],[]]