[[["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."],[[["`aggregate_array()` compiles a list of all the values of a specified property from a FeatureCollection."],["It takes the FeatureCollection and the property name as inputs."],["The output is an `ee.List` object containing all the values of the chosen property across the collection's features."],["This function is helpful for understanding the distribution of a specific property within a dataset, like finding all fuel types used by power plants in a region."]]],["The `aggregate_array(property)` method computes a list of all values for a specified property across a FeatureCollection. It takes a FeatureCollection as input and a string representing the `property` name. The method returns a List containing the aggregated values. For example, using a collection of power plants, one can retrieve a list of fuel types by aggregating the \"fuel1\" property using both Javascript and python code.\n"]]